I have posted in the past about faxing from PERL, at the time I was looking for a piece to a puzzle,the puzzle being a document output management system I am working on. I wanted the whole system to be pure PERL but unfortunately, I could find no module or function that would suit my faxing needs quickly. To fax from the system now I am just calling efax or optio faxfx (yuck) from the program. Now that I have the fax function working (by calling external programs) I am toying with the idea of writing a faxing module. I would probably try to make it more as a front end for efax. My questions are:

1. Is this a waste of time?

2. What would be the benefits to writing a module as a front end to a c program, would there be any?

3. Is there a module already available capable of faxing that I somehow missed in my travels?

Any input appreciated as always -Aseidas

In reply to Faxing from PERL again by aseidas

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.