Data::Dumper->new() (not "New") does not return the serialized data structure, it returns a new Data::Dumper object.
$dump_object->Dump() returns the serialized data as a string containing perl code ready for eval().
In other words, you should send the output of $d->Dump() to the client and then restore it using eval $buffer;
In reply to Re: prob in unfolding Dumper Data at the Server Side Socket prog
by Joost
in thread prob in unfolding Dumper Data at the Server Side Socket prog
by sroy.5
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |