Hi Mario,

The pipeline_eval sub is awesome. Exactly what I was thinking about.

There is a document that shows that ' can be used in place of :: for package separators.

perldoc perlmod http://perltricks.com/article/obscure-perl-trick--single-quote-separat +ors/
Here's a test for correctness of the MCE'*:

Can MCE'* clone itself into MCE'MCE'* ?
Or in a similar way MCE'MCE'MCE'*

Sorry if I was rude last night. I was blitz'ed

Packages are just GLOBS right, so it should be possible to share everything, from the __PACKAGE__ quite easily.

This is the English version and has the famous last words:

Coming up with the some code in a few hours to show MCE'* is Genius.

Cheers,
James PS. Here is a small diff that moves use strict; use warnings; to the start of the file.

2,4d1 < use strict; < use warnings; < use v5.20; # oh yeah 7d3 < 22c18,20 < --- > use strict; > use warnings; > use v5.20; # oh yeah

In reply to Re^6: Why won't this Deadlock? by Jambo Hamon
in thread Why won't this Deadlock? by Jambo Hamon

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.