|
|
| Just another Perl shrine | |
| PerlMonks |
Storable and MLDbby saintex (Scribe) |
| on Nov 17, 2010 at 23:21 UTC ( #872090=perlquestion: print w/ replies, xml ) | Need Help?? |
|
saintex has asked for the
wisdom of the Perl Monks concerning the following question:
Hello Monks,
I have a problem with Storable and MLDb... substantially, because I have not confidence with these modules. I use a mailing list software that I love, but I have a problem with data format. This software store data not with a RDBM database, but using MLDb and Storable. I need to create a connector (I can: this software is Open Source) in order to connect it to my personal website, but I'm not able to manipulate data with those two modules. Ok, I go to the code, That software use: and these are some rows, the software use to store data: then with that row, it read the file: I think these are all the rows involved in data storage. If you are interesting in, the modules are these ones: MLDb.pm Schedules.pm I need to read the generated files, in order to write or append there some data. I tried in several way to read that file, but without success. For example with: In addition I don't understand (and that is probably the problem) what MLDb does and how Storable and MLDb work together. Please, someone can help me? Thank you very much.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||