No, I think you missunderstood me: I'm not searching for a module only putting it out in a readable form. I' have to re-read that data into an equal structure from the file. AFAIK Data::Dumper isn't able to do that (or am I wrong?) I also found some modules on CPAN, but unfortunately all that I found had parts written in C and I need a perl-only module (cross-plattform-able without recompiling and finding all that incompatibilities).
Stefan Rusterholz, [EMAIL PROTECTED] ---------------------------------- interaktion gmbh Stefan Rusterholz Z�richbergstrasse 17 8032 Z�rich ---------------------------------- T. +41 1 253 19 55 F. +41 1 253 19 56 W3 www.interaktion.ch ---------------------------------- ----- Original Message ----- From: "Simon Oliver" <[EMAIL PROTECTED]> To: "Stefan Rusterholz" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, October 03, 2001 11:06 AM Subject: Re: Storing multidimensional Hashes/Arrays > Data::Dumper and many others - look on CPAN. > > -- > Simon > > > Stefan Rusterholz wrote: > > > > Hi, > > Is there an easily and transparent usable module for storing > > multidimensional hashes or arrays (or mixed) in strings? > > For those who can PHP: I'm looking for something similar to the php > > function 'serialize'. > > I needed it to store such multidimensional arrays or hashes or mixed > > things to a file. > > > > Thank you for helping > > Stefan Rusterholz, [EMAIL PROTECTED] > > ---------------------------------- > > interaktion gmbh > > Stefan Rusterholz > > Z�richbergstrasse 17 > > 8032 Z�rich > > ---------------------------------- > > T. +41 1 253 19 55 > > F. +41 1 253 19 56 > > W3 www.interaktion.ch > > ---------------------------------- > > > _______________________________________________ Perl-Win32-Web mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web
