Help for this page

Select Code to Download


  1. or download this
    print $q->div(
                { -id => "div-test" }, 
    ...
    <div>Hello Goodbye Friend Adios Amigo</div>
    </div>
    </body>
    
  2. or download this
    print $q->div(
                { -id => "div-test" }, 
    ...
    </div><!--end div-test div -->
    </body>
    
  3. or download this
    print $q->div(
                { -id => "div-test" }, 
    ...
    
    </body>
    
  4. or download this
    use CGI qw/:standard *div/;
    
  5. or download this
    #! /usr/bin/perl
    
    ...
    print end_html();
    
    exit 0;
    
  6. or download this
    Content-Type: text/html; charset=ISO-8859-1
    
    ...
    
    </body>
    </html>