in reply to accessing data serialised by PHP

quoting from the page
*array is unserialized as a hash, becuase PHP only has one array type +"array()", which is analagous to Perl hash's. When you try toseriali +ze a perl array, it's automagically converted into a hash with keys n +umbered from 0 up.
ie, your $h will be a hashref, no matter what you serialized

Replies are listed 'Best First'.
Re^2: accessing data serialised by PHP
by AlphaStrike (Initiate) on Jan 22, 2009 at 05:46 UTC
    treating it as a hash seems to work
    thanks! =)
    Reality is but a perception of your being.