On Thursday, September 19, 2002, at 10:35 PM, Puneet Kishor wrote: > How about firing up CPAN and then installing from there like so... > > % sudo perl -MCPAN -e shell
That works great, but in spirit of "there's more than one way to do it," here's an alternative: :-) % sudo cpan > cpan > install Net::IMAP::Simple > > I haven't tried the above, but should work Works for me. I'm still using 10.1.5, but there is no compiled XS component - that is, this module is pure Perl, no C - so 10.2 shouldn't be any different. sherm--
