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

well, use strict; would have caught the typo ( print should be { print

This is a syntax error - the program would have failed to compile with or without use strict;. It is much safer to cut and paste example code than to retype it :)

/J\