develooper Front page | perl.perl6.language | Postings from February 2001

Re: Really auto autoloaded modules

Thread Previous | Thread Next
From:
Nathan Torkington
Date:
February 5, 2001 18:12
Subject:
Re: Really auto autoloaded modules
Message ID:
14975.23338.604663.749115@prometheus.frii.com
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

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About