Help for this page

Select Code to Download


  1. or download this
     
    my %default_bind = ( age => 23, height => 75, birthday => undef );
    my @key_order = qw( age height birthday );
    ...
        $rf->fetchall_arrayref;
    }
    
  2. or download this
    sub {
        my $caller=shift;
    ...
            $caller->complain("Error executing this and that.");
        $rf->fetchall_arrayref;
    }