Help for this page

Select Code to Download


  1. or download this
    for( some loop condition or contruct ) {
        my( %hash1, %hash2, %hash3 );
        ## do stuff with them ...
    }
    
  2. or download this
    undef %$_ for \(%h1,%h2,%h3);