Help for this page
sub x { ... { # Do stuff here }
sub DoFoo { return do_stuff('Foo', @_) } sub DoBar { return do_stuff('Bar', @_) } ... # Do stuff here }