in reply to Re: dispatch_to problems setting up soap server
in thread dispatch_to problems setting up soap server
Thanks for the information
But what if i want to use packages that i have already wrote ie) use test::world; . I was reading some where that you could set it up so that it could dispatch to a directory where the modules that you worte were.
dispatch_to( 'PATH/', # dynamic: load anything from there, any module, + any method 'MODULE', # static: any method from this module 'MODULE::method', # static: specified method from this module 'method', # static: specified method from main:: );
I found this on line telling me how i can specify what method I want. Does any one know if i have a syntax error? Thanks for the Help
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: dispatch_to problems setting up soap server
by shotgunefx (Parson) on Aug 09, 2001 at 23:45 UTC | |
by VicBalta (Scribe) on Aug 10, 2001 at 00:32 UTC |