#! usr/bin/perl $count = 0; if ($count <= 20) { print "Hello World!\n"; $count += 1; } else { print "Wait, that's it?\n"; }