Help for this page

Select Code to Download


  1. or download this
        push @{$methods{$name}}, $val;
    
  2. or download this
        map { push @{$methods{$name}}, $_ } @$val;