in reply to Win32 File Creation Weirdness, ActivePerl 5.8.8
You can also try thisperl -e "for (glob '*') { ($id) = /\d+$/ || /^\d+/; print \"$_\n\"; }"
Same resultperl -e "while (<*>){print $_.\"\n\";}"
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Win32 File Creation Weirdness, ActivePerl 5.8.8
by cdarke (Prior) on Jul 07, 2009 at 09:17 UTC |