Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings; use feature 'say';
    use Data::Dumper; $Data::Dumper::Sortkeys = $Data::Dumper::Indent = 1;
    ...
    say Dumper $href
    
    __END__
    
  2. or download this
    no cow
    $VAR1 = {
    ...
        'bone' => 1
      }
    };
    
  3. or download this
    use strict; use warnings; use feature 'say';
    use Data::Dumper; $Data::Dumper::Sortkeys = $Data::Dumper::Indent = 1;
    ...
    say Dumper $href
    
    __END__
    
  4. or download this
    no cow
    $VAR1 = {
    ...
        'bone' => 1
      }
    };
    
  5. or download this
    use strict; use warnings; use feature 'say';
    use Data::Dumper; $Data::Dumper::Sortkeys = $Data::Dumper::Indent = 1;
    ...
    say Dumper $href
    
    __END__
    
  6. or download this
    no cow
    $VAR1 = {
      'cat' => {
    ...
        'bone' => 1
      }
    };
    
  7. or download this
    use strict; use warnings; use feature 'say';
    use Data::Dumper; $Data::Dumper::Sortkeys = $Data::Dumper::Indent = 1;
    ...
    say Dumper $href;
    
    __END__
    
  8. or download this
    no cow
    $VAR1 = {
    ...
        'bone' => 1
      }
    };