Help for this page
sub processA { # common stuff ... # special stuff } }
sub processA { common_stuff($); ... sub common_stuff { # common stuff }