Help for this page

Select Code to Download


  1. or download this
    use CGI qw(:standard);
    
    ...
        thead( Tr( @headers ) ),
        tbody( Tr( @row ) ),
    );
    
  2. or download this
        <table>
            <thead>
    ...
                </tr>
            </tbody>
        </table>