Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    $href->{delete $_->{name}} = $_ for @$aref;
    
    print Dumper $href;
    
  2. or download this
    $VAR1 = {
              'Adam' => {
    ...
                         'months' => 1
                       }
            };