Help for this page

Select Code to Download


  1. or download this
    my %hash;
    
    ...
    }
    
    # perhaps many more
    
  2. or download this
    our %hash;
    
    ...
    sub bar {
        our %hash;
    }