Hi there
I had some problems of lacking modules on the production server where Im developing a "logwatcher", Advised by Fletch I used PAR by using my laptop as a linux workstation for development and packed what I needed after I was done.
The first line of the script contains the use package line:
use PAR 'getlogs.par';
But when I try to run it he goes searching for the package at @INC....
# perl get.pl
Can't locate PAR.pm in @INC (@INC contains: /usr/perl5/5.6.1/lib/sun4-so...etecetera
Im using perl v5.6.1 on Solaris 9.
Can someone hint me on this.
Generating a compiled executable its complicated for my because I would need a Solaris Sparc Server to do it which I haven't....
Thanks in advance.
Nuno A
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.