It seems as if a perl bug prevented the original code from running on versions previous to 5.8. It sure looks like the bug was fixed in 5.8, but I didn't find any reference to it in perldelta or a quick search of the mailing list archives. Maybe I missed it or it was fixed "by accident" (as if there is any such thing as an accidental bug fix... ;-) If anyone has more information, please fill me in.

The following version runs under, at least, 5.6.1 on Solaris 7 and 5.005_03 on OpenBSD. It isn't that different and the difference doesn't make it a spoiler, but it does give away one small detail. Sigh. Here you go:

perl -le '$_="Just another Perl hacker";/e/;sub AUTOLOAD{eval qq{sub $ +{(caller"Just")[scalar(()="a coke please"=~/e/g)]}}.qq}{(caller"Just" +)[scalar(()="give me a coke"=~/e/g)]=~m(([^\072]*)\$)\x7d};&${(caller +"Just")[scalar(()="coke, no more pepsi"=~/e/g)]}};print+(join$",map{j +oin$,,map{eval"main::$_()"}split//}split),","'
-sauoq
"My two cents aren't worth a dime.";

In reply to Re: "no more pepsi" JAPH by sauoq
in thread "no more pepsi" JAPH by sauoq

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.