My only thought i getting code to work as is cut-and-pasted into place, would be to use Filter or, better yet Filter::Simple to actually manipulate the source code. This would let you litterally paste things into place. Now, let me say i do not suggest this. At one point wrote a macro style pre-processor thinking that, like in C, using code put into place as opposed to function calls would give the smallest time advantage. It did not work, the code was slower with the macro style functions, not to mention that editing your own source using a program is terribly un-clean, more so that goto even. but i would be interested to see if anyone else has had better luck.
i had a memory leak once, and it ruined my favorite shirt.

In reply to Re: subroutines and namespace by MZSanford
in thread subroutines and namespace by George_Sherston

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.