Parse::RecDescent and modperl
[email protected] (Peter Sinnott)
| Newsgroups | perl.recdescent |
|---|---|
| Message-ID | <[email protected]> |
Hi all,
I am trying to use Mail::IMAPClient::BodyStructure
under modperl and I am running into some problems when preloading
the module. Since BodyStructure uses Parse::RecDescent ( v1.80)
I was wondering if there are any problems with using RecDescent
under modperl?
Also is it possible to dump the parser created by RecDescent
using Data::Dumper and then eval it back at a latter date?
Thanks