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.

Thanks,

- Jan
-- 
A common mistake that people make when trying to design something completely foolproof 
is to underestimate the ingenuity of complete fools.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to