On Mon, Feb 05, 2001 at 11:35:59AM -0500, Dan Sugalski wrote: > At 02:17 PM 2/5/2001 -0200, Branden wrote: > > > I think that, if you want this behavior, a module that implements it > > > would be just fine. (Why muck with "use"?) To use a module name > > > that seems like it could fit this purpose: > > > > > > use autoload { Bar => 'http://www.cpan.org/modules/Bar' }, > > > { Baz => 'ftp://my.local.domain/perl-modules/Baz', VERSION => > >2 }; > > > >Very good idea indeed!!! Append the wishlist to add this module to perl6's > >standard library!!! > > Very *bad* idea. It sounds nice, but using a remote module without any sort > of control is just begging for trouble. True. But perl6 shouldn't stand in the way of making silly things possible. Tim.
- RE: Really auto autoloaded modules Dave Storrs
- Re: Really auto autoloaded modules Branden
- Re: Really auto autoloaded modules John Porter
- Re: Really auto autoloaded modules Jonathan Scott Duff
- Re: Really auto autoloaded modules Branden
- Re: Really auto autoloaded modules Dan Sugalski
- Re: Really auto autoloaded modules David Grove
- Re: Really auto autoloaded modules Branden
- Re: Really auto autoloaded modules Dan Sugalski
- Re: Really auto autoloaded modules Nathan Wiger
- 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