Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: System and CGI - File Created but not the Content

by monkfan (Curate)
on Sep 18, 2007 at 12:21 UTC ( [id://639624]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://639624]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-24 13:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found