Please, please, please, please help me...

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
swdyck
Posts: 7
Joined: Tue Sep 19, 2006 10:38 pm

Please, please, please, please help me...

Post by swdyck »

Thanks for everyone's help
Last edited by swdyck on Fri Aug 10, 2007 4:02 am, edited 1 time in total.
Khannie
Posts: 27
Joined: Tue Apr 25, 2006 9:12 pm
Location: Dublin, Ireland

Post by Khannie »

.pm files are "perl modules". Basically they are groups of functionality that your perl script can use. Essentially, they're similar to .h files in c / c++ (no perl heads pouncing please, yes they're different, but conceptually it helps to view them this way for somebody learning).

You should be able to find this file / module on CPAN (google this) which is a repository of perl modules. Perl does support automatic downloading and installation from cpan, but I can't remember how right now (edit: this would be the best thing for you to do). I'm sure the CPAN homepage will help you out.

One other thing: What version of perl are you using? (running perl --version will tell you) (edit: and which linux?)

Good luck.
swdyck
Posts: 7
Joined: Tue Sep 19, 2006 10:38 pm

Post by swdyck »

Again, thanks for your help...
Last edited by swdyck on Fri Aug 10, 2007 4:02 am, edited 1 time in total.
User avatar
dsn
Posts: 47
Joined: Wed Nov 09, 2005 11:48 am
Location: Indianapolis, Indiana, USA

Post by dsn »

The module you're looking for is called Unicode::Transform.
swdyck
Posts: 7
Joined: Tue Sep 19, 2006 10:38 pm

Post by swdyck »

I appreciate your help
Last edited by swdyck on Fri Aug 10, 2007 4:02 am, edited 1 time in total.
Khannie
Posts: 27
Joined: Tue Apr 25, 2006 9:12 pm
Location: Dublin, Ireland

Post by Khannie »

Glad you got sorted. :)
Post Reply