my @all_files = File::Find::Rule->file()->maxdepth(1)->in($dir); # or my @matching_files = File::Find::Rule->grep( qr/foo/ )->file()->maxdep +th(1)->in($dir);
In reply to Re: How to read from STDIN?
by davidrw
in thread How to read from STDIN?
by that one guy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |