Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    } keys %celebs;
    
    print Data::Dumper->Dump( [\@people],[qw(*people)] );
    
  2. or download this
    @people = (
                {
    ...
                  'address' => '123 peach st.'
                }
              );