RE: :RD and OOP
[email protected] Tue, 3 Aug 2004 17:59:59 +0200
| Newsgroups | perl.recdescent |
|---|---|
| Message-ID | <[email protected]> |
Just to rephrase my question.
From my grammar I can save the parsed out data into global variables,
like $::subdirs or $MyModule::subdirs. That works fine.
But how can I do it in OO-way, i.e. save data to $obj1->{subdirs} and =
then=20
parse another input text by the same parser and save it to =
$obj2->{subdirs} ?