Hey again,
I got the output from the backticks (how could I guess it was just
$temp= `command`; ). Now it seems to have a small problem though...
When I call it by use of my CGI, it won't actually do the command and go
further through the code. The command to be executed is a smssend s-app,
which takes some time (about 2 seconds at least ) to complete. When I call
it in a script from the terminal, everyting goes fine, but in my CGI, it
just runs over it and never actually performs it. Is there a way to force
the script to wait ? (Maybe by some pipe to bash ?)
Thanks in advance,
Thomas