http://www.perlmonks.org?node_id=859825


in reply to Re: In praise of Perl's object system.
in thread In praise of Perl's object system.

but it doesn't feel perlish to me that I have to install modules from CPAN to fix built-in behavior.

Now that is very perlish - using modules to fix built-in behavior.

use strict; use warnings;
although those are pragmas, and core. But see also perl5i

Replies are listed 'Best First'.
Re^3: In praise of Perl's object system.
by moritz (Cardinal) on Sep 12, 2010 at 16:03 UTC
    although those are pragmas, and core

    which makes all the difference when talking about installing, no?

    Perl 6 - links to (nearly) everything that is Perl 6.