Help for this page

Select Code to Download


  1. or download this
    perl -MO=Deparse -e"for(;;){ print 'hello' }"
    while (1) {
        print 'hello';
    }