#!/usr/bin/perl use strict; use warnings; print "Hello World!\n" for 1..20; print "Wait, that's it?\n";