Help for this page

Select Code to Download


  1. or download this
    my @accounts = ( 
        [ current => 1000 ],
        [ savings => 2000 ],
        [ other   => 500  ],
    );
    
  2. or download this
    my @accounts = [ 
        [ current => 1000 ],
        [ savings => 2000 ],
        [ other   => 500  ],
    ];
    
  3. or download this
    0  ARRAY(0x80359d38)
       0  ARRAY(0x80355ce8)
    ...
       2  ARRAY(0x803fe470)
          0  'other'
          1  500
    
  4. or download this
    0  ARRAY(0x80359d38)
       0  ARRAY(0x80356108)
    ...
          2  ARRAY(0x80359bd0)
             0  'other'
             1  500