in reply to cgi system call

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

Replies are listed 'Best First'.
Re^2: cgi system call
by Anonymous Monk on Jun 17, 2005 at 20:22 UTC
    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?
      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