Hi,
I am trying to add sftp module in my perl script.
I have used "use Net::SFTP;".
Now when I run the script, I get the below two errors.
1) Application error at /usr/packages/perl/perl-5.8.8/lib/site_perl/5.8.8/Net/SSH/Perl/Kex.pm line 146
2) Issuing rollback() due to DESTROY without explicit disconnect() of DBD::Oracle::db handle <DB_name> at /usr/packages/perl/perl-5.8.8/lib/site_perl/5.8.8/Try/Tiny.pm line 67.
Not sure if I need to add/modify any library file.
Please help.
Thanks