Understanding is paradigmatic, as I think I know something, perl changes that. It is with humility in my heart, and thankfulness towards those who have helped me this far, that I pose the silly question that is at the core of my struggle today. I was told, and have come to discover, that creating typemaps for an XS module was where the real difficulty lies. I have created a few of the functions, and the XS module is compiling and linking the vendor libs correctly (making a static perl fixed all problems, thanks tye, adam and others for a lot of good advice) Through no lack of searching, and a large enough lack of time to preclude the entire reading and absorbing of perlguts, I am unable to create a typemap that simply converts a variable of type struct* into a hash with keys named samewise, and vice versa. Can someone direct me to the place where I discover the purposes of $var and $arg? That does sound like the manpage I need. Any page I've found so far dealing with the typemap has assumed this was known. This isn't really a real question.. If anyone has wisdom, URL's, warnings, or some way to fit man perlguts into a not yet entirely conditioned head, I'm asking for your help. Thanks again, cb921.

In reply to XS module typemap by cb921

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.