Help for this page

Select Code to Download


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