Help for this page

Select Code to Download


  1. or download this
    perl -lane 'for(@F[1..4]){$_=0if$_>1000};print"@F"'
    
  2. or download this
    perl -lape 'for(@F[1..4]){$_=0if$_>1000};$_="@F"'