Help for this page

Select Code to Download


  1. or download this
    while (my $data = $sth->fetchrow_hashref()) {
        # %$data is now a hash.
    ...
            # for all the canning-values etc.pp.
        }
    }