Help for this page

Select Code to Download


  1. or download this
    sub x
    {
    ...
    {
        # Do stuff here
    }
    
  2. or download this
    sub DoFoo { return do_stuff('Foo', @_) }
    sub DoBar { return do_stuff('Bar', @_) }
    ...
    
        # Do stuff here
    }