http://qs321.pair.com?node_id=118368


in reply to Re: Another Q about piping Perl
in thread Another Q about piping Perl

I like map as much as the next guy (see the "extended" Location field on my homenode) but why not write the above map as:
-f $_ && print "$_ " for <$ENV{HOME}/MAIL/*>

-Blake