Help for this page

Select Code to Download


  1. or download this
    my %cats;
    while (my $pointer = $sth->fetchrow_hashref) {
    ...
    for my $category (keys %cats) {
        print "$category\n";
    }