Klaus <> wrote in news:1193145316.202070.279290
@e34g2000pro.googlegroups.com:
> On Oct 23, 2:56 pm, king <hara.acha...@gmail.com> wrote:
>> #!\c\perl\bin
>
> assuming you are running on windows, that would be better written as
> (although I don't think it matters on windows)
>
> #!c:\perl\bin\perl
Well, that certainly better than the non-sensical path (to Windows) the
OP was using.
The only case where it might matter what path to perl you put in the
shebang line on Windows is when you are using Apache to run CGI scripts
and you have not heard of
http://httpd.apache.org/docs/2.2/mod...erpretersource
I have found it convenient to leave the shebang lines of my scripts as
#!/usr/bin/perl
which is usually a symlink to the system default perl on the *nix
systems I have access to.
Sinan
--
A. Sinan Unur <>
(remove .invalid and reverse each component for email address)
clpmisc guidelines: <URL:http://www.augustmail.com/~tadmc/clpmisc.shtml>