On Sun, Sep 17, 2006 at 16:35:39 +0100, Daniel Hulme wrote:
> > What am I doing wrong?
> Sounds like you need to define (or at least declare) the new operator
> before you use it. Perl 6, like Perl 5 compiles with a single pass, so
> when you are using your random operator, it hasn't yet read the
> declaration further down the file.

s/use/parse/;

-- 
  Yuval Kogman <[EMAIL PROTECTED]>
http://nothingmuch.woobling.org  0xEBD27418

Attachment: pgpecCgUDpDGS.pgp
Description: PGP signature

Reply via email to