Re: STD.pm

2008-04-05 Thread Larry Wall
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

Re: STD.pm

2008-04-05 Thread Patrick R. Michaud
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

Re: STD.pm

2008-04-05 Thread Patrick R. Michaud
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