Please, please, please, please help me...
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.
.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.
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.