Help for this page

Select Code to Download


  1. or download this
     $hashr->{$name}->{$id}->{$comment}
    
  2. or download this
    for $k1 ( sort keys %$hashr ) {
        print "$k1\n";
    ...
            print "$k2\t\t$k3\n";
        }
    }