in reply to Re^4: DBIx returns question marks
in thread DBIx/DBI returns question marks
Have you checked the hexdump? There is a reason why I am pointing you so hard towards the hexdump. You need to eliminate your ssh session, your terminal program and your terminal settings from the equation. It might be that your terminal displays question marks for one machine because the connection or the environment is set up differently. So, please, do not look at "the question marks" but do look at the output bytes you get.
If the output bytes are different, then the difference lies earlier on the way the data takes through your systems. Start working your way towards the input further:
You have to work your way through this list in either direction, but you have to inspect all data transitions where one system hands off data to the next. Displaying raw bytes to the console is such a transition, so always inspect hexdumps instead of raw bytes.
|
|---|