in reply to Re^2: In Perl, how to check for the remote folder existence using sftp command? Cant use Net:SFTP
in thread In Perl, how to check for the remote folder existence using sftp command? Cant use Net:SFTP

Yes, the modules need to be installed - you cannot use a module which isn't installed. See A Guide to Installing Modules.

  • Comment on Re^3: In Perl, how to check for the remote folder existence using sftp command? Cant use Net:SFTP

Replies are listed 'Best First'.
Re^4: In Perl, how to check for the remote folder existence using sftp command? Cant use Net:SFTP
by Yedu (Acolyte) on May 25, 2016 at 15:31 UTC
    So, is it impossible without installing any of these modules? or Is there a way to handle this situation like in shell script? Thanks...

      Hi Yedu,

      It is possible without additional modules, please see the third paragraph of my reply above. But I'd also recommend you take the time to read Yes, even you can use CPAN - you can also install modules locally without affecting the system Perl.

      Hope this helps,
      -- Hauke D