bazzacad
Explorer
- Joined
- May 1, 2019
- Messages
- 53
I'm trying to convert one of my perl scripts that runs as a cron job on my CentOS file server to run on my FreeNAS instead.
The script has this:
use Mail::Mailer;
How do I install this module in FreeNAS/FreeBSD?
Module info:
https://metacpan.org/pod/Mail::Mailer
The script has this:
use Mail::Mailer;
How do I install this module in FreeNAS/FreeBSD?
Module info:
https://metacpan.org/pod/Mail::Mailer