Help for this page

Select Code to Download


  1. or download this
     perl -lane 's/[)(]//g for @F; print"@F[0,2..$#F-2,$#F]" unless /^\d/'
    + input
    
  2. or download this
     perl -lane "s/[)(]//g for @F; print qq{@F[0,2..$#F-2,$#F]} unless /^\
    +d/" input