Re: Initialize object permanently
[email protected] (Rob Dixon)
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
anthony brooke wrote: > > Thanks for the reply, it's a dynamic server side script that currently > using CGI, but I am going for mod_perl. The interface is something like > Google, so everytime the user make a request to lookup let's say the > meaning of a word, the WordNet object have to be initialized. Is there a > work around of this with mod_perl ? Thanks (I couldn't be bothered to reformat your post this time. Please bottom-post on this group. It's said several times a week.) mod_perl is very lovely, but is also a niche application of Perl. From my limited understanding of how it works I feel certain that it can maintain an open dictionary for you, but you need more specific help than I can offer. Does anybody have a simple answer to this, or know about a mod_perl list? Rob