Help for this page

Select Code to Download


  1. or download this
    my @newArr = map {
     # put it all back together
        join '', @$_
    ...
     # break off the digits and put in an anonymous array
        [ split /(\d+)/ ]
      } @arr;
    
  2. or download this
    @_=qw;
    Just another Perl hacker,;
    ;$_=q=print
    "@_"= and eval;