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