Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Issue with #!usr/bin/perl

by dasgar (Priest)
on Mar 13, 2013 at 06:16 UTC ( [id://1023115]=note: print w/replies, xml ) Need Help??


in reply to Issue with #!usr/bin/perl

Most of the time, the shebang line is ignored on Windows. However, if you have Cygwin or something similar installed, those environments will read and act upon it. My only guess is that you're trying to use something like Cygwin's Perl and that you have a typo in your shebang line. I think "#!usr/bin/perl" should be "#!/usr/bin/perl" like in kcott's post. Basically, you're missing the first forward slash before usr.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-23 22:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found