Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict;
    use warnings;
    ...
        }
        return;
    }
    
  2. or download this
    @@ index.html.ep
    % layout 'green';
    ...
    <head><title><%== title %></title></head>
    <body bgcolor='lightgreen'><%= content %></body>
    </html>