in reply to
Re^3: Faster Method for check function.
in thread
Faster Method for check function.
and
grep /\.zip\z/, @uploads
could be
grep /\.zip$/, @uploads
for a savings of one, but now I think we're just splitting hairs =)
Comment on
Re^4: Faster Method for check function.
Select
or
Download
Code
In Section
Seekers of Perl Wisdom