Help for this page

Select Code to Download


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