Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -Tw
    use strict;
    ...
    
    print "Content-type: text/html\n\n";
    print "This is a URL test";
    
  2. or download this
    print $query->header,
            $query->start_html(-title => $headertitle,
                                -head => meta({-http_equiv => 'Content-Typ
    +e', -content => 'text/html'}),
    ...
                                -style => {'src' => $cssfile},
    
            );