in reply to Special Characters in Passwords

Hard to tell without code. Wild guess: In your code you do some eval()ed operation with the password.


holli, /regexed monk/

Replies are listed 'Best First'.
Re^2: Special Characters in Passwords
by ikegami (Patriarch) on May 17, 2005 at 15:16 UTC

    Authen::Smb is written in C. It could be a problem with CGI, but that would be most unexpected (and easily verifiable by printing $password).