At least, to me.
My environment does not catch command line arguments. For instance, the
following little test script returns nothing when run on my machine,
although it behaves as expected when run on any other machine:
$c = @ARGV;
$cnt = 0;
while($cnt<$c)
{
print "$ARGV[$cnt]\n";
$cnt++;
};
Any ideas? I am running ActivePerl 5.6.1.631 on Win2k.
Evan Morris
[EMAIL PROTECTED]
Tel: +27 11 792 2777
Fax: +27 11 792 2711
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs