http://www.perlmonks.org?node_id=1010475


in reply to Help required for CGI Script
in thread CGI Script Working fine from my command prompt but Shows Internal server error when called through browser

my $stat = `autostatus -J aa-test-bx-dly`;

Perhaps autostatus doesn't live in $PATH for whichever user the CGI process runs as.

Replies are listed 'Best First'.
Re^2: Help required for CGI Script
by Anonymous Monk on Dec 27, 2012 at 10:08 UTC
    So what should i do

      Specify the full path to the program. /usr/bin/autostatus or whichever.

        I have given the full path still doesnot work