Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            ),
            $q->end_table,
    }
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            
        print $q->end_table;
    }
    
  3. or download this
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
    <HTML><HEAD><TITLE>Untitled Document</TITLE>
    </HEAD><BODY><TABLE><TR><TD>Cell1</TD> <TD>Cell2</TD></TR><TR><TD>Cell
    +3</TD> <TD>1</TD></TR></TABLE></BODY></HTML>