in reply to Autoload versus auto-generating accessors

Technical: You don't need to be a higher level to create a poll. See How do I create a Poll?.

For very simple stuff, I usually use Object::Tiny, but I've heard Class::Tiny is better. For more advanced stuff, I turn to Moo. For the most complex stuff, people use Moose.

($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^2: Autoload versus auto-generating accessors
by goldenblue (Acolyte) on Feb 11, 2016 at 16:16 UTC
    Technical: You don't need to be a higher level to create a poll. See How do I create a Poll?

    right... read through that after posting... duh!

    I work on systems where I have little pre-assumptions on which modules are available. So I can't realy on modules from cpan.

    As of now, I am even restricted to using perl 5.8.8.0. There might be an upgrade in the future and I'd suggest including such modules, but alas... that will be a complicated procedure.

    Therefore, when I start with a new framework, I rely onto very basic methods... therefore my question.

    Well, if everyone relies onto cpan modules, this discussion seems of little use... but maybe there are folks out there (in here, actually) that do still implement stuff 'from scratch'?


    --

        well, let me rephrase:

        it's too much work and entangled entities. I am much better at technical problems.


        --