in reply to "Can't locate object method" error

You appear to use both perl2UCS and Perl2UCS when talking about the module, you should bear in mind that whether or not your file system is case-sensitive, Perl is and you have to use the same case when referrring to the module as you have in the package declaration in the module itself.

/J\

Replies are listed 'Best First'.
Re^2: "Can't locate object method" error
by chriso (Sexton) on Aug 16, 2005 at 12:38 UTC
    Thanks. The perl module is with a capital P. I corrected my script and it works fine.

    Chris