Help for this page

Select Code to Download


  1. or download this
    sub f { ...; goto &g } sub g { ...} f();
    sub f { ...;         } sub g { ...} f(); g();