Help for this page

Select Code to Download


  1. or download this
    @nar = map { # get rid of trailing number
                 my $st = ( split( " ", $_ ) )[0];
    ...
                 # return result value
                 $st;
           } @arr;