Re: Perl path for windows 98

2002-01-29 Thread John
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, >

RE: Perl path for windows 98

2002-01-29 Thread McCollum, Frank
" -> 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

RE: Perl path for windows 98

2002-01-29 Thread Timothy Johnson
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

Re: Perl path for windows 98

2002-01-29 Thread Angus Laycock
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

RE: Perl path for windows 98

2002-01-29 Thread Hanson, Robert
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

RE: Perl path for windows 98

2002-01-29 Thread Timothy Johnson
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

Perl path for windows 98

2002-01-29 Thread Angus Laycock
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

Re: perl path

2001-07-20 Thread Michael Fowler
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

Re: perl path

2001-07-20 Thread Anshu Anshu
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

Re: perl path

2001-07-19 Thread Paul Johnson
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

perl path

2001-07-19 Thread Anshu Anshu
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

help- cgi and perl path problem I think?

2001-06-05 Thread Swalve, Lane
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!