|
|
| Pathologically Eclectic Rubbish Lister | |
| PerlMonks |
Re: get list of files matching part of file nameby RichardK (Deacon) |
| on Jul 11, 2012 at 12:37 UTC ( #981106=note: print w/ replies, xml ) | Need Help?? |
|
you didn't say what you expect your code to do, so it difficult to offer any useful suggestions, other than glob('sample*.txt') Maybe my @files = glob (".* *") doesn't do what you think it does? see glob
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||