in reply to Re: Re: Re: Need a workaround: Class variables with MLDBM::Sync
in thread Need a workaround: Class variables with MLDBM::Sync
What happens is Storable can not convert Perl code, which is what this MLDBM::Sync lock object is, into something it can store on disk. I haven't resolved the issue yet. I'm trying to use Data::Dumper, since it can work with Perl code, or, more precisely, it stores objects by converting them to Perl code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re(5): Need a workaround: Class variables with MLDBM::Sync
by perrin (Chancellor) on Oct 14, 2002 at 16:29 UTC |