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 using? Or just get it to take a snapshot of the server and return it back as a string? Thanks, Denzil __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>