Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Problem with perl interpreter

by vek (Prior)
on Jan 09, 2005 at 07:25 UTC ( [id://420646]=note: print w/replies, xml ) Need Help??


in reply to Problem with perl interpreter

Other monks have given you some good advice about line endings but I've seen the 'bad interpreter' message reported by the bash shell on a Solaris box - it was purely a permissions problem:

$ ls -l foo.pl -rw-r--r-- 1 user group 44 Jan 9 00:05 foo.pl $ ./foo.pl bash: ./foo.pl: bad interpreter: Permission denied $ chmod 755 foo.pl $ ls -l foo.pl $ -rwxr-xr-x 1 user group 44 Jan 9 00:16 foo.pl $ ./foo.pl $ Hello World $
-- vek --

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-19 17:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found