Help for this page

Select Code to Download


  1. or download this
    perl -le'sub foo(){2};*::foo=sub(){3};print &foo()'
    
  2. or download this
    print *foo{CODE}();
    
    print eval 'foo()';