On Thu, 11 Apr 2002 09:34:43 -0500, Bill Spornitz wrote:

>I'm getting an error message:
>
>
># Can't find loadable object for module Unicode::String in @INC
>
>which is in response to a line of code like this:
>
>use Unicode::String;

This implies that Unicode::String is an XS module, i.e. partly written
in C, and that the compilation hasn't happened, or there is some other
reason why the compiled part isn't found.

>I used untarzipme.plx and installme.plx on the file 
>Unicode-String-2.06.tar.gz and there's a Unicode folder in site_perl 
>with String.pm sitting there; is it possible I need 
>Unicode-x-xx.tar.gz? Wha? ;->

You need a Mac port (for your MacPerl version) of this module. The plain
CPAN module won't do.

-- 
        Bart.

Reply via email to