Hi Thomas,
PPM definitely makes installation easier under Windows. In order to find the modules you're looking for, you can type the following at the PPM prompt:
search module_name
So, in the case of your 'log-logger' module, you could type:
search log-logger
and you would get
Searching in Active Repositories
1. Log-Logger [1.01] OO interface to user defined logfile
2. Log-Logger [1.01] OO interface to user defined logfile
To install, you then type the 'install' command along with the name, or number, of the module.
In addition, type 'help' at the PPM prompt to get a listing of the commands available. :)
HTH,
/Larry
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.