Cody Pendant has asked for the wisdom of the Perl Monks concerning the following question:
I've got Storable.pm installed, but it keeps giving fatal errors because it can't find Log::Agent.
For some reason I can't install Log::Agent on the OS X machine I'm working with.
So I tried to use Tie::Persistent, but same problem, because T::P uses Storable too.
But, wait, it says it uses Storable "optionally", so I should be OK?
Only I can't figure out how to not use Storable. There's a config variable which if set to "true" uses Data::Dumper instead of Storable for, er, something, but that doesn't seem to make any difference, it still dies because it can't use Log:::Agent.
I'm confused.
Assuming someone can't help me install Log::Agent on OS X (but that would be nice) can you help me to store my Hash of Arrays in any other way?
--
Every bit of code is either naturally related to the problem at hand, or else it's an accidental side effect of the fact that you happened to solve the problem using a digital computer.
M-J D
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can't Use Storable on OS X?
by edan (Curate) on Jun 17, 2003 at 08:29 UTC | |
by Cody Pendant (Prior) on Jun 17, 2003 at 23:39 UTC | |
by edan (Curate) on Jul 15, 2003 at 11:18 UTC |