Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print $q->p('Hello, World');
    print $q->p({-class => 'detail' }, 'Second para' );
    print $q->end_html();
    
  2. or download this
    <!DOCTYPE html
            PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    ...
    </body>
    </html>