Please help and advice me the steps to learn Perl programming quickly. I just bought
the book "Learning Perl" by Randal L. Schwartz & Tom Christiansen.
I am learning Perl on AIX platform and I have Perl 5.0.3. I did not install Perl,
I found that one of my software vendor installed the Perl. I was trying to run one
program
and I got the error as follows:
Can't locate Getopt/Std.pm in @INC at test.pod line 10.
BEGIN failed--compilation aborted at test.pod line 10.
I used in the Perl script:
use Getopt::Std; # Options processing
use File::Find; # Directory traversal
I thought that Getopt::Std and File::Find Modules are standard module.
I found that module resides in this directory:
/cerner/platinum/ManageIT/perf/perl/aix4/lib/Getopt/Std.pm
/cerner/platinum/ManageIT/pec/perl/aix4/lib/File/Find.pm
Please let me know that how can I use the Getopt::Std and File::find modules.
Thanks for your help,
Swapan Das
Database administrator
LifeBridge Health
410-601-9898
[EMAIL PROTECTED]