in reply to Re: Extra Character from telnet
in thread Extra Character from telnet
This is running as a win32 service so I hade to output the print to a log file, this is what the code looked like...
This is what I got...(my $hex_user=$user)=~s/(.)/sprintf("%02x",ord($1))/egs; &Update_Log("User: '$user' = '$hex_user'\n");
hmmmm ... there is a little square after sriley that seems to translate to a lot of spaces..? in this node. The return should all appear on 1 line..14:46:07 - User: 'sriley ' = '7372696c65790d'
Something like 14:46:07 - User: 'sriley^'= '7372696c65790d' the ^ is where that square is...
-----
|
|---|