Help for this page

Select Code to Download


  1. or download this
    use CGI qw/:standard *div/;
    my $cgi = new CGI;
    ...
    
    print $cgi->end_div(),
          $cgi->end_html();
    
  2. or download this
    use CGI ":standard";
    
    ...
                $index==0 ?   $cgi->p("Hello") : ""
                ),
      $cgi->end_html();