Replying to my own post: Jan Eden wrote:
>Hi all, > >I just wrote a CGI script using the Storable module, which works >fine on my machine. The script retrieves a complex hash and either >prints it out or updates it and stores it back. > >But my ISP does not have Storable installed. > >Is there a way to install Storable in my home dir on the server? Is >it a pure Perl module in this respect? > >I tried to use a simple dbm file instead (DB_file) and tie it to >hash, but since the original hash has a complex structure with >references, this did not work. I'd like to avoid a real database for >this task, but if you think there is no other way, I will go there. > Just found out about MLDBM. I will give it a try. - Jan -- There's no place like ~/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>