Help for this page
#!/usr/bin/perl use CGI; ... while(<OUTPUT>) { print $_ . "<BR>"; }
<HTML> ... </TABLE> </BODY> </HTML>