which would be inefficient even in a shell script. Maybe consider globbing (filename expansion/wildcards) instead?@files = `ls|grep $fileName`;
This is assuming that $fileName does not contain an RE.@files = glob("*$fileName*");
In reply to Re: Mailing Using Perl
by cdarke
in thread Mailing Using Perl
by viperl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |