Use single quotes round your commandline arguments. Or change your code to:
Code:
print 'First Argument: ' . $ARGV[0];
print "\n********************\n";
print 'Second Argument: ' . $ARGV[1];
(don't have access to a windows machine, so this hasn't been tested)
HTH
--
Charlie Harvey's website - linux, perl, java, anarchism and punk rock:
http://charlieharvey.org.uk