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


in reply to Re: System and CGI - File Created but not the Content
in thread System and CGI - File Created but not the Content

Hi bart,
You are right. I tried this command
my $errfile = "errlog.txt"; system("/home/monkfan/bin/ameme /path/to/inputfile.txt param1 2> $errf +ile");
The $errfile only gives this single line:
Short POST input.
However I don't know what does it mean. Tried to google but of no avail.
Any idea? Or is there other way to get more complete error message?

Regards,
Edward

Replies are listed 'Best First'.
Re^3: System and CGI - File Created but not the Content
by bart (Canon) on Sep 19, 2007 at 02:48 UTC
    It seems to me like your program runs, but that it doesn't like the input it gets. At least, the error message appears to come straight from that program. You'll have to check its documentation to understand exactly what this error message may mean.