Help for this page

Select Code to Download


  1. or download this
    print "create hashref\n";
    my $closurehash = $sth->fetchall_hashref("name");
    ...
    foreach $key ( keys(%{$closurehash}) ) {
        print "$closurehash->{$key}->{'name'}\n";
    }
    
  2. or download this
    create hashref
    fake35
    ...
    fake35
    delete from hashref