Help for this page

Select Code to Download


  1. or download this
    while (<FILEHANDLE>) {
    }
    
  2. or download this
    while ($var_to_receive_a_line = <FILEHANDLE>) {
    }