foreach $line (<FILE>) { print $line; } while ($line = <FILE>) { print $line; }
In reply to while or foreach? by BBQ