Thanks I'll give that a go.
I thought this might do the trick (It's doing something at least).
sub csvfile { if ((stat($File::Find::name))[7] <= 5500) { push @files, $File::Find::name if -f && /\.csv/; } }
In reply to Re^2: Looking for small csv files script question
by PerlPlay
in thread Looking for small csv files script question
by PerlPlay
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |