On a side note,
use Net::SSH2; eval { require Net::SSH2; }; if ($@) )
Your use statement is equivalent to:
BEGIN { require Net::SSH2; Net::SSH2->import(); }
...which executes at compile time. So your eval() happens after the party is over.
In reply to Re: Help with Net::OpenSSH::Compat::SSH2
by 7stud
in thread Help with Net::OpenSSH::Compat::SSH2
by abetrwy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |