Help for this page

Select Code to Download


  1. or download this
    my %h = (
      fruits => {
    ...
        c => [ 'crow' ],
      }
    );
    
  2. or download this
    @all_p_fruits = @{$h{fruits}->{p}};
    
  3. or download this
    push @{$h{fruits}->{p}}, 'peach_yellow';