in reply to Using Perl, some Windows version and #!usr/bin/perl, WHY?
~ servers (even those on localhost windows) may require it. (My apache gets upset when i omit my #!C:\perl\bin\perl.exe line.)
~ most script problems are the same for *nix users or windows people. So, it's helpful to have one method in the posts (and easier to search for).
~ i'd think most perl-scripts are eventually written with the idea, that they'll eventually end up on a *nix platform. Like etcshadow said - it's a good habit.
~ if it's more trouble to delete/re-add/delete/re-add it as needed - rather than just having it to begin with... why omit it?
just my take. I'd rather be writing perl code, than trying to figure out, if i needed the shebang line or not "am i only going to use this thru the prompt... or do i intend to use it thru the server...?"
including it is just easier. :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Using Perl, some Windows version and #!usr/bin/perl, WHY?
by strat (Canon) on Mar 21, 2004 at 12:14 UTC | |
by wolfi (Scribe) on Mar 21, 2004 at 13:02 UTC |