Ah. I can tell you I got the same errors (actually they kept printing until I ran out of memory which wasn't fun) compiling Jcode.pm on Perl 5.8 (since 5.8 has jcode.pl which to me is obsolete, I use object oriented module instead).
I *think* the latest version of the module now works, so you could see what the difference between them is. Jcode.pm has an English man page so there should be no trouble there, just make the tgz don't bother installing it.
Caveat- I have a hazy memory so try to compile both maybe, anyway it's really not a big module at all.
Also I can say that in the past I have used ShiftJIS::Regexp to do regexes on Japanese (not using Unicode, just SJIS-encoded Japanese which is 8-bit strings). Possibly the re or match functions might actually work for you as-is.
Like someone said, check your locale and maybe run some tests. For the record when I got the same errors as you I was doing a vanilla install of RedHat 8.0 with their Perl from RPM and I was also tearing things apart to wedge it into a very small old hard disk. So maybe we had the same problem..
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.