First of all, Larry, do you have *any* idea how difficult you're making
my life?  :^)  This stuff is damn hard to implement--I'm at 450 lines
and counting, and I haven't even started the semantic analysis stuff,
let alone *tested* anything.  At least I have Filter::Simple's
FILTER_ONLY and P::RD to help me--without them, I'd be lost.  Thanks,
Damian!  (Perl 6 regexes map pretty well onto P::RD, but then I guess I
should consider the source. :^) )

Anyway, a couple questions as I rework and extend Perl6::Parameters:

-A6 mentions that unprototyped subroutines get their arguments in @_.
It also says that methods get their invocant in $_.  In an unprototyped
method, is the invocant in $_, @_[0], both, or neither?

-What exactly does caller's $where parameter do?  Does it specify a
starting point for the search?

--Brent Dax <[EMAIL PROTECTED]>
Unofficial Perl 6 backporter :^)

>How do you "test" this 'God' to "prove" it is who it says it is?
"If you're God, you know exactly what it would take to convince me. Do
that."
    --Marc Fleury on alt.atheism

Reply via email to