Help for this page

Select Code to Download


  1. or download this
    sub exportFunctionName
    {
      &_internalImplementation;
    }
    
  2. or download this
    sub A { goto &_A; }
    sub _A { B(); }