Help for this page

Select Code to Download


  1. or download this
    while(<IN>) {
      next if $. % 2; # skip odd lines
      # do the processing
    }