Most of us don't use Gmail :)
Compare the difference between systems, perl versions, module versions. You could take snapshots on each system with CPAN, and compare (snapdiff -- Compare CPAN autobundle files)
cpan> autobundle Snapshot ... Wrote bundle file ...Bundle\Snapshot_2008_10_27_00.pm
same with CPANPLUS
cpanp b Wrote autobundle to '...5.10.0\dist\autobundle\Snapshot_2008_10_27_02. +pm'
or use Devel::Modlist
perl -d:Modlist foobar.pl ... AutoLoader 5.63 Carp 1.04 Config DynaLoader 1.05 Exporter 5.58 HTML::Element 3.16 HTML::Entities 1.29 HTML::Parser 3.45 HTML::Tagset 3.04 HTML::TreeBuilder 3.13 integer 1.00 vars 1.01 warnings 1.03 warnings::register 1.00
or scandeps.pl (Module::ScanDeps)
scandeps foo.pl 'HTML::Element' => '3.16', 'HTML::Tagset' => '3.04', 'HTML::Entities' => '1.29', 'HTML::Parser' => '3.45', 'HTML::TreeBuilder' => '3.13',

In reply to Re^5: Sending a simple email using Email::Send::Gmail by Anonymous Monk
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.