Help for this page

Select Code to Download


  1. or download this
    my $ref = $st->fetchall_arrayref;
    my @sorted = sort { $a->[1] cmp $b->[1] } @$ref;
    
  2. or download this
    my $sth = ...
    print [all your html including the TABLE tag ]
    ...
    }
    
    print [ rest of html doc ]