http://qs321.pair.com?node_id=1103659


in reply to Accessing hash in blessed object

print Dumper $self;

What's the Dumper output?

UPDATE: I'm asking, because it seems to work for me:

$VAR1 = bless( { 'port' => \'9999', 'buffer' => { '172.0.0.1:40000' => { 'read' => 'value +' } } }, 'main' );

regards,
Luke Jefferson