Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Premature End of Script Headers Reasons?

by phildog (Novice)
on May 06, 2003 at 17:19 UTC ( [id://255953]=note: print w/replies, xml ) Need Help??


in reply to Premature End of Script Headers Reasons?

this came up for me today, here's what was wrong

#which perl
/usr/bin/perl

your script:
#!/usr/local/bin/perl

my solution (as root):
ln -s /usr/bin/perl /usr/local/bin/perl

sure, you can fix your #! line in your scripts too if that makes you feel better!
  • Comment on Re: Premature End of Script Headers Reasons?

Log In?
Username:
Password:

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

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

    No recent polls found