On Wed, Aug 16, 2000 at 09:55:44AM -0700, Nathan Wiger wrote:
> > Nathan Wiger <[EMAIL PROTECTED]> suggests that we create an C<import>
> > keyword (and I assume an C<unimport> keyword as well) that calls
> > C<import Module LIST>. The author of this RFC would rather not add
> > new keywords.
>
> I don't see how you'd be able to do this, then. :-)
>
> Remember, right now
>
> new Module # calls Module->new
> import Module # calls Module->import
>
> This is 100% automatic.
And I'm not proposing that this should change, just that import should
be spelled "IMPORT". The perl5 to perl6 translator would simply do
s/import/IMPORT/g (okay, not *simply*, but you get the drift)
-Scott
--
Jonathan Scott Duff
[EMAIL PROTECTED]