It may be convenient to set the PATHEXT environment variable to include
..pl, that way it should search your PATH for .pl files (so you don't
have to type the path or be in the directory). At least this works
in 2000, don't know 98.
At Tuesday, 29 January 2002, "Angus Laycock" wrote:
>Hi,
>
" -> then "C:\Perl\bin\Perl.exe "%1" %*" in the action
field.
-Frank.
-Original Message-
From: Angus Laycock [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 29, 2002 5:28 PM
To: [EMAIL PROTECTED]
Subject: Perl path for windows 98
Hi,
I have just downloaded
line:
SET PATHEXT = %PATHEXT%;.PL
to the end of your AUTOEXEC.BAT file.
-Original Message-
From: Angus Laycock [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 29, 2002 2:40 PM
To: Timothy Johnson; [EMAIL PROTECTED]
Subject: Re: Perl path for windows 98
Tim,
I have loaded up ActivePer
lt;[EMAIL PROTECTED]>
To: 'Angus Laycock' <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, January 29, 2002 10:24 PM
Subject: RE: Perl path for windows 98
>
> When you say that you "downloaded PERL", what distribution did you
download?
> For Win32 pla
al Message-
From: Angus Laycock [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 29, 2002 5:28 PM
To: [EMAIL PROTECTED]
Subject: Perl path for windows 98
Hi,
I have just downloaded PERL and set it up on my machine at home. Is there a
path (#!/whatever ) I can put at the top of my script instead
ine is not applicable on
Win32 platforms
-Original Message-
From: Angus Laycock [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 29, 2002 2:28 PM
To: [EMAIL PROTECTED]
Subject: Perl path for windows 98
Hi,
I have just downloaded PERL and set it up on my machine at home. Is there a
path (#!/wh
Hi,
I have just downloaded PERL and set it up on my machine at home. Is there a path
(#!/whatever ) I can put at the top of my script instead of typing "perl myscript.pl"
to execute the script in Windows 98.
Thanks in Advance
Gus
On Fri, Jul 20, 2001 at 08:51:58PM -0400, Anshu Anshu wrote:
> "Missing $ on loop variable at
> /usr/apps/FreeWare/perl5.005/lib/5.00502//strict.pm line 90.
> BEGIN failed--compilation aborted at /var/gateway.pl line 9."
> echo 'Missing $ on loop variable' | splain
Missing $ on loop variabl
What could be the cause of such error ?
"Missing $ on loop variable at
/usr/apps/FreeWare/perl5.005/lib/5.00502//strict.pm line 90.
BEGIN failed--compilation aborted at /var/gateway.pl line 9."
ThNKS
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECT
On Thu, Jul 19, 2001 at 04:51:14PM -0400, Anshu Anshu wrote:
> I got a perl script .. First two line are like I never saw before ..
>
> "#!/usr/local/bin/perl
>
> #!/temp_perl/bin/perl -I/temp_perl/lib/perl5 -I/temp_perl/lib/perl5/5.00502
> -I/temp_perl/lib/perl5/site_perl/5.
> 005/sun4-solaris
I got a perl script .. First two line are like I never saw before ..
"#!/usr/local/bin/perl
#!/temp_perl/bin/perl -I/temp_perl/lib/perl5 -I/temp_perl/lib/perl5/5.00502
-I/temp_perl/lib/perl5/site_perl/5.
005/sun4-solaris/
"
Anyone has any idea what is meaning of 2nd line above.
--
To unsubsc
my $connect_string = $dsn;
if( $user && $passwd ) {
$connect_string = "DSN=$dsn;UID=$user;PWD=$passwd";
}
$dbh = Win32::ODBC->new($connect_string) or
die Win32::ODBC::DumpError;
}
Can anyone help me or point me in a direction? Is it a Perl Instalation
Problem or a Perl Path problem? I am really new at this and totally lost!
12 matches
Mail list logo