Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: shebang lines (Re: Premature Error using CGI.pm)

by a (Friar)
on Feb 25, 2001 at 10:02 UTC ( [id://60731]=note: print w/replies, xml ) Need Help??


in reply to shebang lines (Re: Premature Error using CGI.pm)
in thread Premature Error using CGI.pm

Okay, maybe I underspoke - perl on win32 uses the shebang line to get command line options, that is to say: a perl script on win32 w/ line 1 as:
#!/usr/bin/perl -w
doesn't care that /usr/bin/perl doesn't exist but, assuming you're doing:
perl myscript_with_shebang.pl
will use the '-w' for the script. However, -T will be 'too late' on win32.

a

  • Comment on Re: shebang lines (Re: Premature Error using CGI.pm)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://60731]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-18 22:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found