Help for this page

Select Code to Download


  1. or download this
    -no_xhtml
    
        By default, CGI.pm versions 2.69 and higher emit XHTML (http://www
    +.w3.org/TR/xhtml1/). The -no_xhtml pragma disables this feature. Than
    +ks to Michalis Kabrianis <kabrianis@hellug.gr> for this feature.
    
        If start_html()'s -dtd parameter specifies an HTML 2.0 or 3.2 DTD,
    + XHTML will automatically be disabled without needing to use this pra
    +gma.
    
  2. or download this
    use CGI;
    my $query = CGI->new;
    ...
        -style=>{'src'=>"$SiteName.styles.css"},
        -script=>{ -language=>'JavaScript', -src=>"$SiteName.scripts.js" }
    );
    
  3. or download this
    Declare-xml: 0
    Content-Type: text/html; charset=ISO-8859-1
    ...
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1
    +" />
    </head>
    <body link="brown" vlink="#8b4513" background="../images/.background.j
    +pg">