Help for this page

Select Code to Download


  1. or download this
    #!/bin/env perl
    
    ...
    my $data = $sth->fetchall_arrayref({});
    
    warn Dumper $data;
    
  2. or download this
    $VAR1 = [
              {
    ...
              }
            ];