Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    # %x is the tied hash.
    $x{foo} = [ 1 .. 3, { a => { b => 'c' } } ];
    print Dumper \%x;
    
  2. or download this
    $VAR1 = {
              'foo' => bless( [
    ...
                                       }, 'DBM::Deep::Hash' )
                              ], 'DBM::Deep::Array' )
            };
    
  3. or download this
    $VAR1 = {
              'foo' => 'ARRAY(0x18014f4)'
            };