1 2 3 4 5 6 7 8 9 10
#!./perl -Dpxstl #!./perl -w foo: while (1) { bar: { goto bar; bar: ; } print "here\n"; }