in reply to Re: CGI::Application - A little too lazy?
in thread CGI::Application - A little too lazy?

It looks to me like you traded one bit of repetitive typing (adding your mode to the run_modes list) for another (adding rm_ to the start of every runmode).

That actually doesn't bug me, since I was already naming my runmode methods rm_whatever in order to differentiate them from non-runmode methods.

  • Comment on Re^2: CGI::Application - A little too lazy?