Help for this page

Select Code to Download


  1. or download this
      dispatch_to( 
    
        'PATH/',          # dynamic: load anything from there, any module,
    + any method
    ...
        'method',         # static: specified method from main:: 
    
      );