Help for this page

Select Code to Download


  1. or download this
    my $rows = $sth->fetchall_arrayref();
    
  2. or download this
    $options = get_options()
    <
    
  3. or download this
    change_dboption ( \$dbh, $DB, $date, $options );
    
  4. or download this
    my $count = 1;
    my %option_ref = ();
    ...
    %option_ref = {$count => @$option};
    $count++;
    }