Help for this page
print "hi\n" foreach (1..3); print "hi\n" for (1..3); print $_ for('hi','over','there'); print $_ foreach('hi','over','there');