|
|
| Pathologically Eclectic Rubbish Lister | |
| PerlMonks |
geektron's scratchpadby geektron (Curate) |
| on Jun 05, 2004 at 05:18 UTC ( #361371=scratchpad: print w/ replies, xml ) | Need Help?? |
#!/usr/bin/perl use strict; use warnings; my @importJobs = sort glob <*.pl> ; warn join( ", ", @importJobs ); ( want something like: \d+*.pl to work ... |
|