The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl -w
use showsource;
print "Content-Type: text/html$/$/" . '
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>treeview.pm</title>
</head>
<body><table align="left" border="0" cellpadding="0" cellspacing="0" summary="Table"><tr><td>
';
&showSource("./fo.pl");
print '</td></tr></table></body></html>';