in reply to Pretty Perl display in HTML?
Here is a code fragment that has been run through it:
$report = new Webworks::Log::Report;
$report->print_form;
print qq§ Jumping to good place in file\n§;
$report->html_header(qq§<HTML>
<HEAD>
<TITLE>- A log report-</TITLE>
</HEAD>
<body>
§
);
/jeorgen
|
|---|