Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use Mojolicious::Lite -signatures;
    ...
    </p>
    </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    print p( a({-href=>url(-absolute=>1)}, 'Reset') );
    
    print end_html;