![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: Re: Re: Re: Re: DBD::Mysql Messing with my data?by pfaut (Priest) |
on Feb 07, 2004 at 21:42 UTC ( #327376=note: print w/replies, xml ) | Need Help?? |
Binmode is needed for any file system that can mangle the data on the way to the file. That is becoming more and more an issue on *nix systems when using different character encodings (like utf). Perl 5.8 has better support for locales and different character encodings so it is becoming important to use binmode on all systems when necessary.
In Section
Seekers of Perl Wisdom
|
|