in reply to html && OS variables
my $z = `ps -ef | grep syslog | grep -v grep | wc -l`;
system doesnt return the STDOUT instead it returns "the exit status of the program as returned by the wait call.". So the result of the pipes was showing up before any "Content-Type: " output
|
|---|