Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: call perl script from another

by gmargo (Hermit)
on Feb 03, 2010 at 13:16 UTC ( [id://821159]=note: print w/replies, xml ) Need Help??


in reply to Re^2: call perl script from another
in thread call perl script from another

What error are you getting? What are the file permissions now (give "ls -l" and "stat" output).

You've mentioned two completely different errors so far:

  • "permission denied" (which I think you got because the file did not have the execute bit set; the permissions were probably 644 (-rw-r--r--).
  • "no such file or directory" (which sounds like you removed or renamed the file).

You could also use diagnostics which will give a more verbose error message.

Log In?
Username:
Password:

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

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

    No recent polls found