2008/7/25 Benjamin Schultz <[EMAIL PROTECTED]>:
> I understand Larry Wall upgraded... and I forgot the -wT flags.

Perl 6 is semi-vaporware atm.

>>> Use Agora.pm;
>>> Use Agora/ROoA.pm;
>>
>> Invalid syntax in either 5 or 6
>
> Does Perl not need the ; after a Use line?

It's "use", and you omit the .pm.

And instead of /, it's ::.

use Agora;
use AGora::ROoA;

>>> IF (milling 4 * 8 produces an X crop) == TRUE # otherwise refigure the
>>> modulo 11 multiplication
>>
>> Not even Perl any more.
>
> But it's brought in by the Agora modules.

Perl's syntax isn't *that* mallable. (Well, source filters...)

> In case people get even more hyper and go after me for what's obviously code
> statements.

I'd say its ambiguous enough as it is :)

Reply via email to