in reply to Re^2: Installing Module
in thread Installing Module
probably has to do with the different syntax for different versions(I use 5.8x) of ppm.Either of the following should workC:\>ppm repo add C:\LocalRepo MyRepo ppm repo failed: The repository URL must be absolute or a local direct +ory
if not thenppm repo add MyRepo C:\LocalRepo
here you can access the repo with a numeric identifier listed byppm repo add C:\LocalRepo
The other errorppm repo
It means the module HTML::TableExtract is missing and some script (it may even by any of the libraries you are using ) needs it.Install the module the same way you install Finance::Quote.C:\Perl\eg>perl stocktick.pl nsdq goog Can't locate HTML/TableExtract.pm in @INC (@INC contains: C:/Perl/site +/lib C:/Pe rl/lib .) at C:/Perl/site/lib/Finance/Quote.pm line 38. BEGIN failed--compilation aborted at C:/Perl/site/lib/Finance/Quote.pm + line 38. Compilation failed in require at stocktick.pl line 3. BEGIN failed--compilation aborted at stocktick.pl line 3.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Installing Module
by wirefree (Initiate) on Dec 11, 2007 at 18:41 UTC |