in reply to Re^2: Idiomatic Perl?
in thread Idiomatic Perl?

stevieb is right, I wasn't being (entirely) serious. Modules in the Acme:: namespace are generally meant to be tongue-in-cheek, silly, and/or not for production use. I also gave that example to show off some of the power of Perl, in this case its ability to rewrite source code on the fly.

Replies are listed 'Best First'.
Re^4: Idiomatic Perl?
by thenextfart (Novice) on Mar 25, 2018 at 04:40 UTC
    I get it. Meta programming is cool. (btw that's why I came to perl in the first place)