japhy++ !!

I looked at the documentation and immediately had to download the module source code to see "how did you do that". No, not the making lexical aliases (I'd already looked at Devel::LexAlias and realized that it would be a really neat module if the interface was improved a lot -- thanks much), but how you defined a single function that automatically took aliases of multiple types of arguments.

It appears that you've used a brand new feature and the module will not work prior to Perl v5.8. It would be really nice to have this module available for versions of Perl that aren't so newly released. (:

In porting it to pre-v5.8 I also found some bugs. But the bigger problem is deciding what interface to present when it is used in versions of Perl before v5.8.

I'll post what I come up with if you don't beat me to it. :)

        - tye (but my friends call me "Tye")

In reply to (tye)Re: Lexical Aliases avaiable by tye
in thread Lexical Aliases available by japhy

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.