Help for this page

Select Code to Download


  1. or download this
        while (<FH>) { ... }
    
  2. or download this
        $line = <FH>; # on its own / not as while condition