Help for this page

Select Code to Download


  1. or download this
    eval join '', map /(.*)_(.*)/ ? "push \@$1,'$2';" : (), @temp;
    
  2. or download this
    /(.*)_(.*)/ && eval "push \@$1,'$2'" for @temp;