Mark -

Found the file association fix (if you need it):

My Computer -> tools -> Folder options -> file types

highlight PL and click 'advanced'

highlight Open and click edit; be sure the
association line looks something like this
(correct for your path):

"C:\PerlRoot\ActivePerl\bin\perl.exe" "%1" %*

The final %* correctly passes arguments.

Aloha => Beau.

-----Original Message-----
From: Mark Goland [mailto:mgoland@;optonline.net]
Sent: Sunday, October 27, 2002 8:49 PM
To: [EMAIL PROTECTED]
Subject: ARGV


hey guys,

I am trying to run this code on ActiveState v5.6.1, doesnt seem to wanna
print the arguments I am passing. Can some one please look over it and see
if u can spot anything.

#!c:\perl\bin\perl -w

print "$ARGV[0]\t$ARGV[1]\n";

Thanx in Advance,
Mark



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to