Help for this page

Select Code to Download


  1. or download this
        my %rec = (state          => $part1[0],
                   char           => $part1[1],
    ...
                   new_stack_char => $part2[1],
                  );
        push(@db, \%rec);
    
  2. or download this
    foreach my $hash (@db){
        foreach my $key( keys %$hash){
    ...
            print "________________________\n";
        } #end foreach $key
    }#end foreach $hash