Help for this page

Select Code to Download


  1. or download this
    
    use warnings;
    ...
    print Dumper \%hash;
    
  2. or download this
    $VAR1 = {
              'alias' => {
                           '' => 'four five six'
                         }
            };
    
  3. or download this
    Use of uninitialized value in anonymous hash ({}) at wsfp-scratchpad2.
    +pl line 11.
    Use of uninitialized value in anonymous hash ({}) at wsfp-scratchpad2.
    +pl line 11.
    Use of uninitialized value in anonymous hash ({}) at wsfp-scratchpad2.
    +pl line 11.
    
  4. or download this
    $VAR1 = {
              'alias' => {
    ...
                         }
            };