On Sat, Aug 07, 2004 at 03:55:21PM +0100, Nicholas Clark wrote:
> On Sat, Jul 24, 2004 at 02:50:18PM -0700, David Storrs wrote:
> > #!/usr/bin/perl6
>
> #!/usr/bin/perl
I stated perl6 explicitly to be, well, explicit.
> > #use warnings; # Note that I am NOT explicitly using these
> > #use strict;
> >
> > { no 'warnings'; no 'strict'; # These must be explicitly turned off...
> > no installation_security; # or this would throw warning & error
>
> use Acme::Intraweb;
>
> > use SomeModule; #
> > use OtherModule; #
> > use Foo; # If these are not installed,
> > use Bar; # they will be auto-installed.
> > use Baz; #
> > use Jaz; #
> > }
>
>
> However, Acme::Intraweb hasn't been updated for a while, whereas CPANPLUS
> has, so I'm not sure if it still works. Both are by Jos Boumans.
Urrmmm...ok, I'm sure I'm just being dense here, but I do not see your
point. Can you unpack it for me?
--Dks