bwickland has asked for the wisdom of the Perl Monks concerning the following question:
So here is the short and simple version, I have a field in my database the holds a unique identifier for a user account, here is one of them
RecordID = 7SR2CPH&%$?F*I0
After I have gotten the field out of the database, this is what I get in perl
RecordID = 7SR2CPH$7A `*I0
Is there a simple explaination for this that I am missing?
Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Character issue when pulling data out of MSSQL using DBI
by ww (Archbishop) on May 01, 2010 at 03:04 UTC | |
by bwickland (Initiate) on May 01, 2010 at 04:29 UTC | |
|
Re: Character issue when pulling data out of MSSQL using DBI
by ikegami (Patriarch) on May 01, 2010 at 02:59 UTC | |
|
Re: Character issue when pulling data out of MSSQL using DBI
by graff (Chancellor) on May 01, 2010 at 17:31 UTC | |
|
Re: Character issue when pulling data out of MSSQL using DBI
by apl (Monsignor) on May 01, 2010 at 12:58 UTC | |
|
Re: Character issue when pulling data out of MSSQL using DBI
by bwickland (Initiate) on May 02, 2010 at 07:21 UTC |