Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Clarify My doubt on #!/usr/local/bin/perl

by holli (Abbot)
on Jun 01, 2005 at 05:16 UTC ( [id://462294]=note: print w/replies, xml ) Need Help??


in reply to Clarify My doubt on #!/usr/local/bin/perl

Is it necessary to put this line while doing code in windows platform.
It is not necessary. The perl interpreter to be used in Windows is determined by the file associations of the system. But it is not completely useless. You can pass switches to perl via the shebang line like
#!perl -w
which switches warnings on.


holli, /regexed monk/

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found