Help for this page

Select Code to Download


  1. or download this
    sub F {
        return G();
    ...
        goto LF;
    }
    G();
    
  2. or download this
    =item Exiting subroutine via %s
    
    (W exiting) You are exiting a subroutine by unconventional
    means, such as a goto, or a loop control statement.