|
Hi,
I'm new to Perl. I tried to run the example "demo-simple.pl" with my ActivePerl 5.10 x64 version and encountered the following error:
c:\CLIF\CLI-Framework-0.04>perl demo-simple.pl
Can't locate Getopt/Long/Descriptive.pm in @INC (@INC contains: lib C:/Perl64/si
te/lib C:/Perl64/lib .) at lib/CLI/Framework/Application.pm line 8.
BEGIN failed--compilation aborted at lib/CLI/Framework/Application.pm line 8.
Compilation failed in require at (eval 3) line 3.
...propagated at C:/Perl64/lib/base.pm line 94.
BEGIN failed--compilation aborted at lib/CLI/Framework.pm line 2.
Compilation failed in require at (eval 2) line 3.
...propagated at C:/Perl64/lib/base.pm line 94.
BEGIN failed--compilation aborted at demo-simple.pl line 17.
I used PPM to install Getopt-Long, but after successful installation it seems there is no "Long" subfolder under "Getopt" folder, and there is no "Descriptive.pm" file there, either; only "Long.pm" and "Std.pm".
May I know if I miss something?
Thank you very much!
Chengwei |