>> Also, the sh-bang (#!) syntax is meaningless on win2k.

Not quite meaningless you can add paramaters to it like #!perl -w and it
will always be run in warning mode.
I think it has other potentially handy uses but not sure.

>Actually, my BSDI scripts will not run (on Win2k, Apache, & ActiveState)
unless
>I change the #!/usr/local/bin to #!perl.  I am not sure if it makes a
difference
>when running from the command line or not since I author for browsers (CGI)
and
>always change mine in the first place.

it will make a difference where ever cos the it will look for the perl exe
in /usr/local/bin if you don't change it (in windows you specify the
location on the command line or in the registry not in the script).

Matt



_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activeperl
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activeperl

Reply via email to