Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use CGI qw/:html2 -noxhtml/;
    
  2. or download this
    sub linkstyle(){
    
    ...
             -media => 'all'
           }
    };
    
  3. or download this
    print $q->start_html(
           -head=>[
    comment('[if lte IE 6]>'."\n".&linkstyle.'<![endif]')           
                  ]                  
    );
    
  4. or download this
    #! /usr/bin/perl
    
    ...
          $q->end_html;
    
    exit 0;
    
  5. or download this
    <!DOCTYPE html
            PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    ...
    
    </body>
    </html>