Re: Net:SSH:Perl error

2006-09-06 Thread Tom Phoenix
On 9/6/06, Jim <[EMAIL PROTECTED]> wrote: input must be 8 bytes long at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Crypt/DES.pm line 57. I suspect that this is related to Unicode: A string of eight characters isn't necessarily eight bytes anymore. If you can track down the source

Net:SSH:Perl error

2006-09-06 Thread Jim
Hi, I have a script that I have been running successfully on perl 5.6.1. It uses Net::SSH to send the code of another perl script to a remote host. I tried to move the script(s) to a new box running 5.8 and it errors out while trying to run the cmd method on the command string passed to it. Here i