Help for this page

Select Code to Download


  1. or download this
    sub STORE {
        warn "STORE: ".join(', ',map{"'$_'"} @_)."\n";
        ...
    
  2. or download this
    STORE: 'FlatHash=ARRAY(0x820fd58)', 'Monkey', 'HASH(0x820fd88)'
    
  3. or download this
    $VAR1 = {
              'monkey' => {
                            'habits' => ['Eating', 'Scratching']
                          }
            };
    
  4. or download this
    $VAR1 = {
            'monkeyhabits' => 'Scratching'
    }