The MSDOS shell ignores the #! line and Perl doesn't worry about the  part
before 'perl', so it's better to leave it as "#!/usr/bin/perl ..." in case
you decide later to move to a system with a real shell.  The "-wT" is a good
idea.
--
Mac :})
** I normally forward private questions to the appropriate mail list. **
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.
----- Original Message -----
From: "Andreas-Schmitz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 05, 2001 14:08
Subject: Re: Installing dbi on windows 98


> > #!/usr/bin/perl
> not correct on Windows...
> use #!C:\perl\bin\perl.exe -wT


Reply via email to