----- Original Message ----- 
From: "Brian" <[EMAIL PROTECTED]>
To: <perl-win32-users@listserv.ActiveState.com>
Sent: Thursday, February 08, 2007 9:32 PM
Subject: Command Line Arguments Not Getting To @ARGV


> Dear Win32 Users
>
> Scripts which have previously been working from a command window are not
> receiving anything in @ARGV on one PC running XP SP2. I am using Active 
> Perl
> 5.8.8.819. I do not have a problem on a Win2k SP4 machine or on another XP
> SP2 machine. Does anyone have any idea what could be causing this?
>

Do you run your scripts as:
perl script.pl
or do you have file associations set up so that you run them as simply:
script.pl

If you run them as 'script.pl', try running them as 'perl script.pl'. Does 
that fix the problem ? If so, see the "How do I associate Perl scripts with 
perl?" section in your perl//html/faq/Windows/ActivePerl-Winfaq4.htm .

Cheers,
Rob 

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to