in reply to Re: Autoload versus auto-generating accessors
in thread 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?

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'?


--
  • Comment on Re^2: Autoload versus auto-generating accessors

Replies are listed 'Best First'.
Re^3: Autoload versus auto-generating accessors
by GrandFather (Saint) on Feb 11, 2016 at 20:00 UTC

      well, let me rephrase:

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


      --