Hi,
I only had to type:
c:\>ppm install dbi
and it works fine for me.
You can do
c:\>ppm
and then type in the console
search dbi
PPM should tell you if there is any package like 'DBI' in your repository
The repository is the location in which activeperl looks for modules
You can view/set your repository with 'set' command on ppm interface.
For example
c:\>ppm set
In my activeperl (build 626) is
ActiveState Package Repository: http://ppm.ActiveState.com/cgibin/PPM/ppmserver.pl?urn:/PPMServer
If you aren't able to install the module (It should happen) you can "force" PPM to search in one place using the ppm "install" command with "location"
This is the syntax for the ppm "install" command,
PPM> help install
install --location=location package1 ... packageN
So you can type
install --location=http://www.activestate/packages dbi
install --location=http://www.activestate/ppmpackages/5.6 dbi
and so on
Hope this helps
Hopes
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.