Thanks for the pointers. I did the recommended module installs, but now there are errors occurring that I've never experienced (not really a surprise)

[root@host /usr/home/user]# swish3 -S mailfs -i /home/mail-archive/tes +t/* Bareword "DateTime::INFINITY" not allowed while "strict subs" in use a +t /usr/local/lib/perl5/site_perl/5.10.1/mach/DateTime/Infinite.pm lin +e 31. Bareword "DateTime::INFINITY" not allowed while "strict subs" in use a +t /usr/local/lib/perl5/site_perl/5.10.1/mach/DateTime/Infinite.pm lin +e 31. Bareword "DateTime::NEG_INFINITY" not allowed while "strict subs" in u +se at /usr/local/lib/perl5/site_perl/5.10.1/mach/DateTime/Infinite.pm + line 31. BEGIN not safe after errors--compilation aborted at /usr/local/lib/per +l5/site_perl/5.10.1/mach/DateTime/Infinite.pm line 42. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.10.1 +/./Rose/DateTime/Util.pm line 8. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5. +10.1/./Rose/DateTime/Util.pm line 8. Compilation failed in require at /usr/local/bin/swish3 line 21. BEGIN failed--compilation aborted at /usr/local/bin/swish3 line 21.

Line 31 of /usr/local/lib/perl5/site_perl/5.10.1/mach/DateTime/Infinite.pm

30 sub _stringify { 31 $_[0]->{utc_rd_days} == DateTime::INFINITY 32 ? DateTime::INFINITY . '' 33 : DateTime::NEG_INFINITY . ''; 34 }

Now, /home/mail-archive/test/* is referencing a directory of plain text files. I'm not sure if that is contributing to the "Bareword" error or not. *sigh*


In reply to Re^2: Problems locating modules by calivw78
in thread Problems locating modules by calivw78

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.