print "Do you want to process the stream?"; my $ans = ; #### while (<>) { $stream .= $_; } #### { local $/ = undef; $stream = <>; # slurp all the data in one read }