How about firing up CPAN and then installing from there like so... % sudo perl -MCPAN -e shell cpan > install Net::IMAP::Simple
I haven't tried the above, but should work On Thursday, September 19, 2002, at 09:28 PM, Rob Barris wrote: > I would like to install this CPAN module on my stock OSX 10.2 system: > > http://search.cpan.org/author/JPAF/Net-IMAP-Simple-0.93/Simple.pm > > so I can write a Perl script to poll an IMAP mail account for incoming > messages periodically (and possibly send out some responses). > > How do I get started? > > Rob >
