Is the listing you provided for the local HTTP subdirectory:
/path/to/the/cgi/bin/cgi-bin/usr/local/lib/perl5/site_perl/HTTP> ls -l
-r--r--r-- 1 mhalunen user 19433 Dec 8 2004 Message.pm
-r--r--r-- 1 mhalunen user 5030 Apr 7 2004 Request.pm
-r--r--r-- 1 mhalunen user 11827 Dec 11 2004 Response.pm
a complete one? The
HTTP::* modules provided by
libwww-perl indicates that there's more; in particular,
HTTP::Headers is present, which is required by
HTTP::Message, but is missing in your
listing above - is it
available elsewhere?. HTTP::Message also may require
other modules, such as URI, HTTP::Headers::Util,
Compress::Zlib, and others, depending
on the context - are these available within the set
of directories specified in your
use lib statement?
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.