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


in reply to Re^4: goto &sub and local question
in thread goto &sub and local question

Sounds like you want aspects, specifically the pre-run aspect. Take a look at AOP or (preferable) Class::MOP. Someone else wrote one a few months ago that only does pre-run hooks, but I didn't like the author's attitude.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?

Replies are listed 'Best First'.
Re^6: goto &sub and local question
by rovf (Priest) on Dec 02, 2008 at 09:20 UTC

    I was not aware that Aspect Oriented Programming is available in Perl! I will have a look at it - thanks a lot for your suggestions.

    -- 
    Ronald Fischer <ynnor@mm.st>