How can I check the size of an object?
Check the size of the transmission:
my $toSend = freeze(\$command ); print length $toSend; $self->{channel}->send( $toSend ); ... my $received = $self->{channel}->receive_nb(); print length $received; my $command = thaw( $received );
But ikegami's probably hit the nail on the head. Have you used the class at the receiver?
In reply to Re^3: Sorable freeze/thaw losing object methods
by BrowserUk
in thread Storable freeze/thaw losing object methods
by unix_hacker_beard
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |