My host fixed the problem with pod2man, but now I'm having another problem. I installed all the modules I need to get the API working on my account but I don't know if they all installed properly. One of the scripts I'm trying to run is coming up with the following errors when I run it through the Perl Debugger. Does anybody know what this means?

Can't locate Unicode/String.pm in @INC (@INC contains: /home/MYUSERID/public_html/domain_registrations/lib /usr/local/lib/perl5/5.00502/sun4-solaris /usr/local/lib/perl5/5.00502 /usr/local/lib/perl5/site_perl/5.005/sun4-solaris /usr/local/lib/perl5/site_perl/5.005 . /home/MYUSERID/public_html/perl/ /home/MYUSERID/public_html/perl/) at /home/MYUSERID/public_html/domain_registrations/lib/NAMEPREP.pm line 7.

BEGIN failed--compilation aborted at /home/MYUSERID/public_html/domain_registrations/lib/NAMEPREP.pm line 7.

BEGIN failed--compilation aborted at /home/MYUSERID/public_html/domain_registrations/lib/RACE.pm line 4.

BEGIN failed--compilation aborted at /home/MYUSERID/public_html/domain_registrations/cgi/reg_system.cgi line 46.

It looks like the script I'm using is trying to find the Unicode-String-2.0.6 module in Unicode. Therefore I created a symbolic link by entering 'ln -s Unicode-String-2.0.6 Unicode' in telnet then I tried renaming the Unicode-String-2.06 folder to just Unicode and that didn't work either.

Any suggestions?

Thanks,

Jeff


In reply to Update by wavesail
in thread Can't Find pod2man When Installing Modules by wavesail

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.