Re: unix top command through cgi

2006-08-04 Thread Mumia W.
On 08/04/2006 04:36 PM, Denzil Kruse wrote: I want to see the results of a top command through my web browser, but when I try this with my cgi script: my $output = `top`; print $output; I get this error: top: Unknown terminal "VT100" in $TERM Is there a way to tell top which "terminal" i'm

Re: unix top command through cgi

2006-08-04 Thread Mike Williams
On 8/4/06, Denzil Kruse <[EMAIL PROTECTED]> wrote: I want to see the results of a top command through my web browser, but when I try this with my cgi script: my $output = `top`; print $output; I get this error: top: Unknown terminal "VT100" in $TERM Is there a way to tell top which "terminal"