Hello gsd4me,

Just to add a possible alternative solution to your problem (assuming that you get no problems installing) App::cpanminus.

More information you can find How to install CPAN modules.

Sample of installation output:

$ cpanm Mail::Box --> Working on Mail::Box Fetching http://www.cpan.org/authors/id/M/MA/MARKOV/Mail-Box-3.003.tar +.gz ... OK Configuring Mail-Box-3.003 ... OK ==> Found dependencies: Mail::Transport, Object::Realize::Later, Mail: +:Message --> Working on Mail::Transport Fetching http://www.cpan.org/authors/id/M/MA/MARKOV/Mail-Transport-3.0 +00.tar.gz ... OK Configuring Mail-Transport-3.000 ... OK ==> Found dependencies: Mail::Reporter --> Working on Mail::Reporter Fetching http://www.cpan.org/authors/id/M/MA/MARKOV/Mail-Message-3.002 +.tar.gz ... OK Configuring Mail-Message-3.002 ... OK ==> Found dependencies: User::Identity --> Working on User::Identity Fetching http://www.cpan.org/authors/id/M/MA/MARKOV/User-Identity-0.97 +.tar.gz ... OK Configuring User-Identity-0.97 ... OK Building and testing User-Identity-0.97 ... OK Successfully installed User-Identity-0.97 Building and testing Mail-Message-3.002 ... OK Successfully installed Mail-Message-3.002 Building and testing Mail-Transport-3.000 ... OK Successfully installed Mail-Transport-3.000 --> Working on Object::Realize::Later Fetching http://www.cpan.org/authors/id/M/MA/MARKOV/Object-Realize-Lat +er-0.19.tar.gz ... OK Configuring Object-Realize-Later-0.19 ... OK Building and testing Object-Realize-Later-0.19 ... OK Successfully installed Object-Realize-Later-0.19 Building and testing Mail-Box-3.003 ... OK Successfully installed Mail-Box-3.003 5 distributions installed

Hope this helps, BR.

Seeking for Perl wisdom...on the process of learning...not there...yet!

In reply to Re: Installing Mail::Box by thanos1983
in thread Installing Mail::Box by gsd4me

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.