Help for this page

Select Code to Download


  1. or download this
    #--------- 1 ------------
    sub foo {
    ...
        }
        return();
    }
    
  2. or download this
    #--------- 2 ------------
    sub foo {
        goto &bar;
    }