in reply to accessing data serialised by PHP

Just try the following (and post the output here):
use Data::Dumper; print Dumper($h);

Replies are listed 'Best First'.
Re^2: accessing data serialised by PHP
by AlphaStrike (Initiate) on Jan 22, 2009 at 05:35 UTC
    the output is: $VAR1 = undef;
    so it does not recognise?
    the serialised data was originally a multidimentional area in PHP


    Reality is but a perception of your being.
      Hmmm I think I shall try serialising basic array. as looping it as a hash seems to have some output... probably better to do that since this is the first time I am doing it... =P thanks!
      Reality is but a perception of your being.