in reply to how to turn off warning message

Can you reproduce the problem with a small sample script? In doing so you will either produce a sample to use in a bug report, or a sample that we can examine and advise on or you may discover a problem in your code and fix it. Probably better to show us the sample before you report a bug though.


Perl reduces RSI - it saves typing

Replies are listed 'Best First'.
Re^2: how to turn off warning message
by chuckd (Scribe) on Nov 07, 2008 at 20:20 UTC
    the code is pretty straight forward.
    my $map = new Unicode::Map("ISO-8859-1");
    $text = $map->from_unicode($text);
    the text I keep sending in returns the error message.