Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    ...
             },
        4 => { name => 'something else' }
      );
    
  2. or download this
    show(\%category_hash, 0);
    
    ...
          if exists $hash->{$_}{children};
      }
    }