Help for this page

Select Code to Download


  1. or download this
    ${ $foo->{bar}{baz} } = 4:
    
  2. or download this
    @{ $foo->{bar}{baz} }[0, 5] = (3, 4);
    
  3. or download this
    @{ $foo->{bar}{baz} }{ 'John', 'Jane', 'Bill' } = ('Smith') x 3;
    
  4. or download this
    ${ $foo->{bar} }{baz} = 4;