Hard to tell what that's actually doing
Not at all :)
glob$ perl -MO=Deparse -le " for(<@ARGV>){print} " BEGIN { $/ = "\n"; $\ = "\n"; } use File::Glob (); foreach $_ (glob(join $", @ARGV)) { print $_; } -e syntax OK
In reply to Re^2: Spaces in file names passed as arguments
by Anonymous Monk
in thread Spaces in file names passed as arguments
by txixco
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |