in reply to Re: Perl Hashes => Php array: existant module?
in thread Perl Hashes => Php array: existant module?

I've took a look about PHP::Session and not seen something interesting for my deal.
I browse cpan yesterday and found the module PHP::Serialization, but i'm not sure it dump a php array.
I've just tried XML::Dumper but it didn't print all informations of my hashes just the first keys.... so i test with Data::DumpXML and everything is ok ^^
Last step, parse this xml file to retrieve an array in my php page

Cheers for yours informations and for this nice website
Best regards Ps: i hope you understand my sad english ^^ i'm french
  • Comment on Re: Perl Hashes => Php array: existant module?

Replies are listed 'Best First'.
Re: Perl Hashes => Php array: existant module?
by ssc37 (Acolyte) on Dec 10, 2009 at 12:57 UTC
    After take a look at my output xml file generated by XML::Dumper, i've seen some key encode in base64 ... :s due to some accent or characters like 'ιθ' etc..
    Do you know a way to solve it?
    Thanks