![]() |
|
No such thing as a small change | |
PerlMonks |
Re: _utf8_on in taint modeby theorbtwo (Prior) |
on Nov 11, 2007 at 13:21 UTC ( #650144=note: print w/replies, xml ) | Need Help?? |
Using a function which has a name beginning with an underscore should be your first clue that you're doing something wrong. OTOH, using binmode($fh, ':utf8'); and not realizing you're letting in things that aren't utf8 and will make your program potentially blow up at some undetermined later point (or just behave strangely) is *far* too easy a mistake to make (and one that I've made more then once, thinking back).
In Section
Meditations
|
|