Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    clean ($hashvar);
    $hashvar = undef;
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    clean ($hashvar);
    Dump ($hashvar);
    
  3. or download this
    $HASH1 = { hemp => {
               hay => { go => 1 },
               may => [ 'way' ]
             } };