Help for this page

Select Code to Download


  1. or download this
    sub processA {
        # common stuff
    ...
             # special stuff
             }
        }
    
  2. or download this
    sub processA {
        common_stuff($);
    ...
    sub common_stuff {
        # common stuff
        }