I've come before you to seek your wisdom on a basic issue. I recently installed a basic desktop server to host my web site. I downloaded the Perl Package and installed it to my PC. I successfully installed Perl to my server. (Actually my server has a very good and simple GUI that requires I only type in the path to Perl). Now my site has a basic HTML form I parse with Perl and to retrieve visitor info. (Contact Us form) Previously I simply hosted my site with a commercial webhosting company and easily obtained the path to sendmail. (I need the user entered info emailed to my email address)

Now I enter the next phase; installing sendmail.pm and once installed, can I obtain the path to Perl from the PPM command prompt? And when I download the sendmail.pm from CPAN where do I save it to...Simply put, any pointers on installing this to my PC would be great. I normally give more than I ask.... Sincerely, Shawn


In reply to Installing Mail::Sendmail by Perlslave

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.