Help for this page

Select Code to Download


  1. or download this
    
    "bigstorderv_mpt" => {
    ...
            }
          },
    
  2. or download this
     while (my( $kTag, $vTag ) = each %{$nfshashofhashes} ) {
            next if ( ref $vTag ne 'HASH' );
    ...
    
        }
    }