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


in reply to Manipulating Output

print FILE (split /:/ => $_) [-1], "\n";
Question: why do you open the file in each iteration? Opening it once is more efficient.

Abigail