in reply to Child Net::SSH2 object trouble

G'day VinsWorldcom,

Yes, \bless( do{\(my $o = 5182840)}, 'Net::SSH2::Mine' ) certainly looks like an inside-out object.

You said you did some searching, but didn't say what you'd read. If you haven't seen it already, you may benefit from reading (the not insubstantial) Introduction to Damian Conway's Class::Std module.

I'm not familiar with the Net::SSH2 module: I'll leave others, better qualified, to discuss that further.

-- Ken

Replies are listed 'Best First'.
Re^2: Child Net::SSH2 object trouble
by VinsWorldcom (Prior) on Jun 29, 2015 at 20:04 UTC

    Thanks kcott.

    Like I said, I wasn't even sure what I was dealing with given my only experience with OO was blessing hashes. I'll read what you linked to - proving useful already!