Is this a waste of time?
That's something only you can decide. You put time in it, you get something in return. If what you get in return is worth the time you put it in, it wasn't a waste of time; otherwise, it is. I don't know what you will get out of it, nor how much time you will need to spend. And even if I did know, it's just you who will decide whether it was worth the time or not.
What would be the benefits to writing a module as a front end to a c program, would there be any?
That would depend on the C program. If the program is as simple as 'program phone-number file', there would be little to no benefit, as one system() call would do. But if the C program has a large complicated interface, a front end may be useful.
Is there a module already available capable of faxing that I somehow missed in my travels?
Perhaps there is, but faxing isn't a portable operation. How to do it depends on the hardware you have, and the OS. Chances are that either such a module isn't available, or only for a OS/hardware combination you don't have.

Abigail


In reply to Re: Faxing from PERL again by Abigail-II
in thread 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.