Help for this page

Select Code to Download


  1. or download this
    use Data::Table;
    use strict;
    ...
    
    my $table = Data::Table->new(\@data, \@headers, 0);
    print $table->html;
    
  2. or download this
    use Data::Table;
    use strict;
    ...
                                     "select * from mytable where blah = ?
    +",
                                     ["blah"]);
    print $table->html;