Help for this page

Select Code to Download


  1. or download this
    push @{$hash{$key}}, { $valname => [ $value, $type, $flag ] };
    
  2. or download this
    foreach my $i(keys %hash) { 
        print "i=$i\n";
    ...
            # etc.
        }
    }