in reply to Re: cgi system call
in thread cgi system call

i have tried the full path location, the script it self works fine on its own. is that do "perl name.pl" a complete command?

Replies are listed 'Best First'.
Re^3: cgi system call
by tcf03 (Deacon) on Jun 17, 2005 at 20:33 UTC
    you dont need perl in front of name.pl => do

    update - try do 'script.pl';

    Ted
    --
    "That which we persist in doing becomes easier, not that the task itself has become easier, but that our ability to perform it has improved."
      --Ralph Waldo Emerson