for(@array){ print $_,"\n"; } [download]
foreach(@array){ print $_,"\n"; } [download]
In reply to for() or foreach() ? by abachus