Help for this page

Select Code to Download


  1. or download this
        print table();
    
  2. or download this
        print table(;
    
  3. or download this
    use CGI qw/:standard start_table end_table/;
                     # actually you can do:
    ...
            # make some table data 
    
    print end_table;