in reply to Re: CGI running local shell scripts
in thread CGI running local shell scripts
Thanks for the information
i have put the command into a variable like
$runcomand = `vmstat 5`;
then tried to print the output, just via print but it does not print it