Help for this page

Select Code to Download


  1. or download this
    #!C:/Perl/bin/perl
    use strict;
    ...
      }
      print "---\n";
    }
    
  2. or download this
      # we copy the array here because fetch (currently) always
      # returns the same array ref. XXX
    ...
      else {
        push @rows, [ @$row ] while($row = $sth->fetch);
      }