http://qs1969.pair.com?node_id=561232

abachus has asked for the wisdom of the Perl Monks concerning the following question:

hello there, quick question if i may,

Whats the difference between :
for(@array){ print $_,"\n"; }
and...
foreach(@array){ print $_,"\n"; }
many thanks,

Isaac.