This is well of topic, but since I feel like chipping in... On Win32 with Apache I use #!perl -w. This works only if the perl executable is in the path - it also has the advantage of allowing scripts to be easily transfered from one Win32 box to another without rewriting the shebang. If only this worked on UNIX boxes too! -- Simon Oliver
- #! line parsing Michael A. Chase
- Re: #! line parsing Jason Waugh
- Simon Oliver