|
I have the following error in using the Archive::lha module.
"Can't load decoder: Can't locate Archive/Lha/Decode/LHD.pm"
I have installed it thru the following commands
"perl Makefile.PL"
"make"
"make install"
I looked at the lib directory of the perl installation and searched for LHD.pm.But the module Archive::Lha doesnt contain a file named LHD.pm
|