- or download this
#!/usr/bin/perl
...
|| die "Template process failed: ", $template->error(), "\n";
return $html;
}
- or download this
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http:/
+/www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xml:lang='en' xmlns='http://www.w3.org/1999/xhtml' lang='en-US'
+>
...
</body>
</html>
- or download this
#!/usr/bin/perl
...
my $app = Plack::App::File->new(root => "/Library/Webserver/Documents"
+)->to_app;