in reply to Re^2: Weird error with Cryprt::Blowfish and Crypt::DES
in thread Weird error with Cryprt::Blowfish and Crypt::DES
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Weird error with Cryprt::Blowfish and Crypt::DES
by Anonymous Monk on Aug 28, 2008 at 19:45 UTC | |
| [reply] [d/l] |
|
Re^4: Weird error with Cryprt::Blowfish and Crypt::DES
by Anonymous Monk on Mar 03, 2009 at 11:33 UTC | |
| [reply] |
by Corion (Patriarch) on Mar 03, 2009 at 11:37 UTC | |
See Re^4: Weird error with Cryprt::Blowfish and Crypt::DES. If that doesn't help you, we need to see more code. | [reply] |
by Anonymous Monk on Mar 03, 2009 at 12:45 UTC | |
I tried that but adding the utf8::downgrade only made my variable change to '1'. Here is my code I removed the parts not related to the Net::SSH::Perl stuff. The code works great when I replace $rSsh -> login ( $rUser[$cV] ); with $rSsh -> login ( 'yams-dev' ); and $rUser[$cV] is definatley giving 'yams-dev' without any newlines on the end or anything odd like that. This is the debug output I'm getting:
| [reply] [d/l] [select] |
by dfmatt (Initiate) on Mar 03, 2009 at 12:48 UTC | |
I tried that but adding the utf8::downgrade only made my variable change to '1'. Here is my code I removed the parts not related to the Net::SSH::Perl stuff. The code works great when I replace $rSsh -> login ( $rUser[$cV] ); with $rSsh -> login ( 'yams-dev' ); and $rUser[$cV] is definatley giving 'yams-dev' without any newlines on the end or anything odd like that. This is the debug output I'm getting:
| [reply] [d/l] [select] |