in reply to Noob OO Question
I was expecting it to have something like this...print $test->method_b() . "\n"; print $test->method_d() . "\n";
But instead I am getting this result.print $test->method_b() . "\n"; ---> 1? print $test->method_d() . "\n"; ---> get_aget_bthis is me.
REF(0x9fb3bdc) CODE(0x9fd3208)this is me.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Noob OO Question
by bluescreen (Friar) on Jun 07, 2010 at 23:20 UTC | |
by Anonymous Monk on Jun 07, 2010 at 23:52 UTC | |
by JavaFan (Canon) on Jun 08, 2010 at 00:01 UTC | |
by Anonymous Monk on Jun 08, 2010 at 00:12 UTC | |
by ikegami (Patriarch) on Jun 08, 2010 at 04:59 UTC | |
by bluescreen (Friar) on Jun 08, 2010 at 00:21 UTC |