Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    __PAGE2__
    foo bar baz qux
    
  2. or download this
    <html>
    <head>
    ...
       [% content %]
    </body>
    </html>
    
  3. or download this
    (page1.html)
    [% WRAPPER skeleton.html title="Page 1" %]
    ...
    [% WRAPPER skeleton.html title="Page 2" %]
    foo bar baz
    [% END %]