#!c:/perl/bin/perl #oneTwoThree.pl use warnings; use strict; print "one\n"; print "two\n"; print "three\n";