On Sat, Apr 05, 2008 at 07:59:36PM -, John M. Dlugosz wrote:
: I'm trying to fathom STD.pm.
:
: Maybe someone can help me trace through this one?
:
: How is
: $obj!privA = 1;
: parsed?
:
: Reading expect_term, it trys , then sees the "$" and commits
to the decision, reads "obj" as a
On Sat, Apr 05, 2008 at 05:32:27PM -0500, Patrick R. Michaud wrote:
> On Sat, Apr 05, 2008 at 07:59:36PM -, John M. Dlugosz wrote:
> > I'm trying to fathom STD.pm.
> >
> > Maybe someone can help me trace through this one?
> >
> > How is
> > $obj!privA = 1;
> > parsed?
> >
> > Reading e
On Sat, Apr 05, 2008 at 07:59:36PM -, John M. Dlugosz wrote:
> I'm trying to fathom STD.pm.
>
> Maybe someone can help me trace through this one?
>
> How is
> $obj!privA = 1;
> parsed?
>
> Reading expect_term, it trys , then sees the
> "$" and commits to the decision, reads "obj" as