while($line = ) #### $| = 1; # remove buffering while($input = ){ # maybe process the input print $input; }