in reply to Re: Net::SSH::Perl doesn't like long commands
in thread Net::SSH::Perl doesn't like long commands

  • Issuing the command in an interactive shell works fine.
  • The script fails when length($cmd) is > 23117.
    • Comment on Re^2: Net::SSH::Perl doesn't like long commands
  • Replies are listed 'Best First'.
    Re^3: Net::SSH::Perl doesn't like long commands
    by pattyj (Novice) on Jun 10, 2013 at 11:49 UTC
      With $host as "localhost", the script works (but fails sshing to an identical machine).