----- Original Message ----- From: "Chas. Owens" <chas.ow...@gmail.com> To: "itshardtogetone" <itshardtoget...@hotmail.com> Cc: beginners@perl.org
If you absolutely must avoid outputting data until after the loops are finished, you should probably write your output to a file and then display the file after the loop. Yes, for sequential reasons, I need to output data only after the loops. Thanks for the advice everybody, I will save to a file and then recall it later. Thanks