http://qs321.pair.com?node_id=132116


in reply to Re: Basic Input and Output
in thread Basic Input and Output

yes .... but when I added a line after the while like this:
while(<>){ #reads lines until end of file or a Control-D print "$_"; #prints lines back out } print "done";
why don't I see the 'done' after Ctrl-Z?