Help for this page

Select Code to Download


  1. or download this
    while(<LINES>) {
      chomp($_);
    ...
      }
      seek(ORIG,0,0);
    }