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

Reply via email to