Help for this page
#!/usr/bin/perl use strict; ... } continue { $i ++; }
#!/usr/bin/perl use strict; ... print "Hello World\n"; $i ++; }