Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse,-p -e 'sub a {} sub b {} a; b;'
    sub a { }
    ...
    sub a { }
    sub b { }
    a(b());