The stupid question is the question not asked | |
PerlMonks |
perlfunc:globby gods (Initiate) |
on Aug 24, 1999 at 22:41 UTC ( [id://194]=perlfunc: print w/replies, xml ) | Need Help?? |
globSee the current Perl documentation for glob. Here is our local, out-dated (pre-5.6) version: glob - expand filenames using wildcards
glob EXPR glob
Returns the value of
EXPR with filename expansions such as the standard
Unix shell /bin/sh would do. This is the internal function implementing the |
|