Help for this page

Select Code to Download


  1. or download this
    my $uncle = {
      name => 'Bob',
      age  => 45,
    };
    
  2. or download this
    my %ages = (
      'Alice'    => 41,
      'Bob'      => 45,
      'Carol'    => 38,
    );