in reply to Re^2: Installing Module
in thread Installing Module

This error
C:\>ppm repo add C:\LocalRepo MyRepo ppm repo failed: The repository URL must be absolute or a local direct +ory
probably has to do with the different syntax for different versions(I use 5.8x) of ppm.Either of the following should work
ppm repo add MyRepo C:\LocalRepo
if not then
ppm repo add C:\LocalRepo
here you can access the repo with a numeric identifier listed by
ppm repo
The other error
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.
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.

The world is so big for any individual to conquer

Replies are listed 'Best First'.
Re^4: Installing Module
by wirefree (Initiate) on Dec 11, 2007 at 18:41 UTC
    - HTML::TableExtract was successful - stockpick.pl scripts now executes I have executed the new commands. But the error persists. I am using A +ctiveState 5.8.8 Build 822. See below: C:\>ppm repo add MyRepo C:\LocalRepo ppm repo failed: The repository URL must be absolute or a local direct +ory C:\>ppm repo add C:\LocalRepo ppm repo failed: The repository URL must be absolute or a local direct +ory
    C:\>ppm repo ┌────┬──────┬────────────────────────────────┐ │ id │ pkgs │ name │ ├────┼──────┼────────────────────────────────┤ │ 1 │ 6947 │ ActiveState Package Repository │ └────┴──────┴────────────────────────────────┘ (1 enabled repository)