Dan Sugalski writes:
> I'm fine with silly things, it's dangerous things I don't much care for.
> Which isn't to say I'm against loading remote program code, I just think
> this isn't the way to do it.
use autoload { Bar => 'uddi://blah/some/Bar' };
(here I take a big swill from the web services koolaid)
WSDL + UDDI + SOAP = ability to query a remote server for the methods
it provides, then call those methods
You wouldn't even need to have a local copy of the module, or compile
anything from the remote server.
Nat
- Re: Really auto autoloaded modules Tim Bunce
- Re: Really auto autoloaded modules Dan Sugalski
- Re: Really auto autoloaded modules David L. Nicol
- Re: Really auto autoloaded modules Dan Sugalski
- Re: Really auto autoloaded modules Nathan Wiger
- Re: Really auto autoloaded modules Bart Lateur
- Re: Really auto autoloaded modules Edward Peschko
- Re: Really auto autoloaded modules Nicholas Clark
- Re: Really auto autoloaded modules Simon Cozens
- Re: Really auto autoloaded modules John Porter
- Re: Really auto autoloaded modules Nathan Torkington
- Re: Really auto autoloaded modules Dan Sugalski
- Re: Really auto autoloaded modules Simon Cozens
- Re: Really auto autoloaded modules Dan Sugalski
- Re: Really auto autoloaded modules Peter Scott
