Is there any speed difference in this? my @crap = map { map{ s/\.\w+$//; $_ } (glob($_)) } qw(*.pl *.pgp);
and my @crap = map{ s/\.\w+$//; $_ } map { glob($_) } qw(*.pl *.pgp); Nikola Janceski Reading maketh a full man, conference a ready man, and writing an exact man. -- Francis Bacon ---------------------------------------------------------------------------- -------------------- The views and opinions expressed in this email message are the sender's own, and do not necessarily represent the views and opinions of Summit Systems Inc. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]