in reply to Re: Weird error with Cryprt::Blowfish and Crypt::DES
in thread Weird error with Cryprt::Blowfish and Crypt::DES

Many thanks I had the same problem when using XML::Simple. Encode::from_to($remotePass,'utf8','iso-8859-1'); did the "magic"
  • Comment on Re^2: Weird error with Cryprt::Blowfish and Crypt::DES

Replies are listed 'Best First'.
Re^3: Weird error with Cryprt::Blowfish and Crypt::DES
by Anonymous Monk on Jan 28, 2013 at 17:09 UTC
    Thanks it works with the tips above :)