print 'I like'; foreach ('spam', 'spam', 'spam', 'eggs', 'and', 'spam') { print " $_"; } print ".\n";