kamal has asked for the wisdom of the Perl Monks concerning the following question:
but : /Users/kahmed/.cpan/build does not have the Email folder Any hints on how i can install Email::Sender::Simple I want to be able to install the following:sudo cpanm --install --local-lib=/Users/kahmed/.cpan/build Email::Send +er::Simple Email::Sender::Simple is up to date. (0.102370)
Thanks, -Kamal.use Email::Sender::Simple qw(sendmail); use Email::Simple; use Email::Simple::Creator; use Email::Sender::Transport::SMTP;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Installing Email::Sender::Simple on MacBookPro
by Khen1950fx (Canon) on Aug 31, 2010 at 08:17 UTC | |
by Anonymous Monk on Aug 31, 2010 at 08:23 UTC | |
by Khen1950fx (Canon) on Aug 31, 2010 at 08:58 UTC | |
by Anonymous Monk on Aug 31, 2010 at 09:08 UTC | |
by Khen1950fx (Canon) on Aug 31, 2010 at 09:50 UTC | |
|