Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
      }
    my $results = $sth->fetchall_hashref([ qw(domain path) ]);
    print "done!\n";
    
  2. or download this
    my $results = $sth->fetchall_hashref([ qw(domain path) ]);
    
  3. or download this
    DBD::mysql::st fetchall_hashref failed: statement contains no result [
    +err was 4 now 2000000000]
    Field 'domain' does not exist (not one of ) at /home/shrikis/workspace
    +/load/janitor.pl line 14.
     at /home/shrikis/workspace/load/janitor.pl line 14.