Thanks for answering! I don't have Net::SSLeay installed, and when trying to install it (sudo cpan Net::SSLeay) don't install it properly:
diffred@fredlab:~$ sudo cpan Net::SSLeay ... ... ... SSLeay.c:811: error: declaration for parameter ‘XS_Net__SSLeay_CTX_tls +v1_new’ but no such parameter SSLeay.c:793: error: declaration for parameter ‘XS_Net__SSLeay_CTX_v23 +_new’ but no such parameter SSLeay.c:775: error: declaration for parameter ‘XS_Net__SSLeay_CTX_v3_ +new’ but no such parameter SSLeay.c:757: error: declaration for parameter ‘XS_Net__SSLeay_CTX_v2_ +new’ but no such parameter SSLeay.c:739: error: declaration for parameter ‘XS_Net__SSLeay_CTX_new +’ but no such parameter SSLeay.c:719: error: declaration for parameter ‘XS_Net__SSLeay_hello’ +but no such parameter SSLeay.c:701: error: declaration for parameter ‘XS_Net__SSLeay_constan +t’ but no such parameter SSLeay.xs:354: error: declaration for parameter ‘ssleay_ctx_cert_verif +y_cbs’ but no such parameter SSLeay.xs:204: error: declaration for parameter ‘ssleay_RSA_generate_k +ey_cb_t’ but no such parameter SSLeay.xs:203: error: declaration for parameter ‘ssleay_session_secret +_cb_t’ but no such parameter SSLeay.xs:202: error: declaration for parameter ‘ssleay_ctx_cert_verif +y_cb_t’ but no such parameter SSLeay.xs:201: error: declaration for parameter ‘ssleay_ctx_passwd_cb_ +t’ but no such parameter SSLeay.xs:195: error: declaration for parameter ‘ssleay_ctx_passwd_cbs +’ but no such parameter SSLeay.xs:132: error: declaration for parameter ‘ssleay_ctx_verify_cal +lbacks’ but no such parameter SSLeay.xs:128: error: declaration for parameter ‘perl_filehandle_t’ bu +t no such parameter SSLeay.c:7029: error: expected ‘{’ at end of input make: *** [SSLeay.o] Error 1 FLORA/Net-SSLeay-1.35.tar.gz /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible diffred@fredlab:~$
Any ideas how can I install this module? (Maybe I need it to run my gmail script?)

In reply to Re^4: Sending a simple email using Email::Send::Gmail by diffredential
in thread Sending a simple email using Email::Send::Gmail by diffredential

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.