Help for this page
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http:/ +/www.w3.org/TR/html4/loose.dtd"> <html> ... </body> </html>
#!/usr/bin/perl -w use strict; use CGI; ... $template ->param(acclevel => 'the bastard'); $template ->param(usercount => '10'); $template->output();