Help for this page

Select Code to Download


  1. or download this
    BEGIN { eval( rand>0.5 ? 'sub foo () {}' : 'sub foo {}' ) }
    foo / # /;
    42;
    
  2. or download this
    foo(/ # /);
    '???';
    
  3. or download this
    &foo() / 42;