Help for this page

Select Code to Download


  1. or download this
    my $array_ref = ["foo", "bar", "baz"];
    
  2. or download this
    my $table = new HTML::Table (
        -border => 1,
    ...
        -head    => [$sth->{NAME}, "foo", "bar", "baz", "whatever"],
        -data    => $data,
    );