Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks!
One question is about sending faxes using Perl, has anyone done this, a Perl program, web based that sends a fax? Is there an easy way to do it with out needing to use someone's services?

Thanks for the information!

Replies are listed 'Best First'.
Re: Sending Fax with Perl
by mzedeler (Pilgrim) on Jul 22, 2009 at 16:32 UTC

    I doubt there are any perl modules for sending faxes directly. You need to find an external program that will send faxes for you, and possibly call it from perl, if you like. I used Hylafax for a while, but haven't followed the project for a long time now.