Help for this page

Select Code to Download


  1. or download this
    sub store_items {
       my $dbh = shift;
       ....
    
  2. or download this
    sub store_items {
       my $dbh = shift;
       use Data::Dumper;
       print Dumper $dbh;
       ...