Help for this page

Select Code to Download


  1. or download this
    open FILE, "<file.txt" or die "Couldn't open file.txt: $!";
    while (<FILE>) {
    ...
          # Do some processing
       }
    }