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

thank's 7stud, but it doesn't work

Replies are listed 'Best First'.
Re^3: call perl script from another
by gmargo (Hermit) on Feb 03, 2010 at 13:16 UTC

    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.

Re^3: call perl script from another
by 7stud (Deacon) on Feb 04, 2010 at 06:37 UTC
    nm -- already solved