Greetings,
I'm seeking some suggestions on where to look for information on writing modules (apart from the Camel book and any tutorials here). We have an application that we use a lot and if it turns out that I am unable to replace it with another method, I was toying with the idea of writing a module to access it. There is information in the application's docs about writing C/C++ routines and also inserting it into scripts (shell mainly but I've adapted those into Perl). I've got a modular routine that we use and it works quite nicely but I can't always access certain features because those features might break something else since all the script rely on it. I'm just trying to come up with a way to make our job easier since the current way we access the application is kludgy to say the least. I'm keeping this specifically generic, just after some places where I can look for some information on how to go about writing this module that I want. I know how to write modules, but not one that us for a specific app.

Hopefully that makes sense. Many thanks for any suggestions.


"Ex libris un peut de tout"

In reply to Writing Modules by nimdokk

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.