Discussion:
[Padre-dev] Mail::Outlook
Dan Östberg
2015-04-28 11:43:19 UTC
Permalink
I'm running Padre 0.94 on Windows 8.1 Pro. I'm VERY satisfied with your
program. However, I would like to import Mail::Outlook. Howto do that?


*Dan*
Gabor Szabo
2015-04-28 12:07:07 UTC
Permalink
Installing and using modules is not directly related to Padre.
You should be able to install that cpan module using

cpan Mail::Outlook

on the Windows command line.

In your code then you'd write

use Mail::Outlook;

regards
Gabor
Post by Dan Östberg
I'm running Padre 0.94 on Windows 8.1 Pro. I'm VERY satisfied with your
program. However, I would like to import Mail::Outlook. Howto do that?
*Dan*
_______________________________________________
Padre-dev mailing list
http://mail.perlide.org/mailman/listinfo/padre-dev
Loading...