my $count = 0; LOOP: print "help\n"; $count++; die if $count > 10; goto LOOP;