| View previous topic :: View next topic |
| Author |
Message |
swdyck
Joined: 19 Sep 2006 Posts: 7
|
Posted: Wed Dec 06, 2006 7:48 pm Post subject: Please, please, please, please help me... |
|
|
Thanks for everyone's help
Last edited by swdyck on Fri Aug 10, 2007 4:02 am; edited 1 time in total |
|
| Back to top |
|
 |
Khannie
Joined: 25 Apr 2006 Posts: 27 Location: Dublin, Ireland
|
Posted: Wed Dec 06, 2006 9:38 pm Post subject: |
|
|
.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. |
|
| Back to top |
|
 |
swdyck
Joined: 19 Sep 2006 Posts: 7
|
Posted: Thu Dec 07, 2006 12:07 am Post subject: |
|
|
Again, thanks for your help...
Last edited by swdyck on Fri Aug 10, 2007 4:02 am; edited 1 time in total |
|
| Back to top |
|
 |
dsn

Joined: 09 Nov 2005 Posts: 47 Location: Indianapolis, Indiana, USA
|
Posted: Thu Dec 07, 2006 12:19 am Post subject: |
|
|
| The module you're looking for is called Unicode::Transform. |
|
| Back to top |
|
 |
swdyck
Joined: 19 Sep 2006 Posts: 7
|
Posted: Thu Dec 07, 2006 12:39 am Post subject: |
|
|
I appreciate your help
Last edited by swdyck on Fri Aug 10, 2007 4:02 am; edited 1 time in total |
|
| Back to top |
|
 |
Khannie
Joined: 25 Apr 2006 Posts: 27 Location: Dublin, Ireland
|
Posted: Thu Dec 07, 2006 1:26 am Post subject: |
|
|
| Glad you got sorted. :) |
|
| Back to top |
|
 |
|