![]() |
|
"be consistent" | |
PerlMonks |
Carp::Heavy panic: malloc Unicode?by Dave Howorth (Scribe) |
on Feb 07, 2007 at 10:03 UTC ( [id://598721]=perlquestion: print w/replies, xml ) | Need Help?? |
Dave Howorth has asked for the wisdom of the Perl Monks concerning the following question: Om mani padme hum ... I'm debugging a program and am seeing this message:
The code at line 61 of Carp::Heavy is:
and it is preceded by a comment:
The whole module of course starts with the legendary words:
I've searched around a bit without finding anything about my problem. Neither my code nor data does anything with Unicode; it's all ASCII AFAIK. I'm running perl v5.8.6. Can anybody suggest an approach to this problem? Thanks, Dave PS I see that the latest version of Carp::Heavy on CPAN has slightly different code that mentions utf8, but it still has the same comment!
Back to
Seekers of Perl Wisdom
|
|