Hi Everyone!
I am using a module (http://hurring.com/scott/code/perl/serialize/).
to unserialize in perl the command is simply
$h = unserialize($data);
what I am stuck at is ... what is that data type? Do I treat it as a hash?
If anyone has used this module before, how do you access the data?
Many Thanks in advance!