- or download this
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
...
</body>
</html>
- or download this
#! C:\perl\bin\perl.exe
...
my $webapp = WebApp->new();
$webapp->run();
- or download this
use strict;
use warnings;
...
1;
- or download this
<html>
<head>
...
[% name %]
</body>
</html>