sroy.5 has asked for the wisdom of the Perl Monks concerning the following question:
Not able to unwrap $buffer Tried with Dumper( eval $buffer->Dump). I could get only this much which throws the error as::>Client Side ----------- my %c = ( name => "Apple", value => "25", ); my $a = [ %c ]; my $d=Data::Dumper->New([ %c , $a]); $Server->syswrite( $d , length($g)); Server Side ----------- $Scoket->recv($buffer,$buff_len);
The Dumper gives the value as Dumper($buffer) ::>Can't call method "Dump" without a package or object reference at .... +.
I am looking for the way how could I get back the data in the Server Side. Thanks SR"$VAR1 = \'Data::Dumper=HASH(0x8adff94)\';"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: prob in unfolding Dumper Data at the Server Side Socket prog
by Joost (Canon) on May 19, 2007 at 14:51 UTC | |
by sroy.5 (Initiate) on May 19, 2007 at 15:53 UTC | |
by Joost (Canon) on May 19, 2007 at 17:08 UTC | |
|
Re: prob in unfolding Dumper Data at the Server Side Socket prog
by NetWallah (Canon) on May 19, 2007 at 14:52 UTC | |
|
Re: prob in unfolding Dumper Data at the Server Side Socket prog
by blazar (Canon) on May 19, 2007 at 14:59 UTC |