Help for this page

Select Code to Download


  1. or download this
    perl -le"goto loop; $x=0; if( $x ){  for(;;){ loop: print 'hi' } }"
    
  2. or download this
    >perl -le"goto loop; $x=0; if( $x ){  for(1){ loop: print 'hi' } }"
    Can't "goto" into the middle of a foreach loop at -e line 1.
    
  3. or download this
    /* push wanted frames */
    
    ...
        }
        PL_op = oldop;
    }