in reply to Re: MS XP and ARGV
in thread MS XP and ARGV

It may be a know problem, but not on my w2k box. I just ran this:
#!/usr/bin/perl use strict; use warnings; for (@ARGV) { for (glob) { print $_,"\n"; } }
and it worked as expected. The command line was 'pal.pl * web\*.pgn'.

–hsm

"Never try to teach a pig to sing…it wastes your time and it annoys the pig."