in reply to Re^3: CGI::Application, inheritance trees, and 'the right way'
in thread CGI::Application, inheritance trees, and 'the right way'

this is the direction i was thinking, because the inheritance probably isn't the best way to be doing this.

i assume you posted some pseudo-code, but really, the  use statements should be closer to the head of the module ...

Replies are listed 'Best First'.
Re^5: CGI::Application, inheritance trees, and 'the right way'
by saberworks (Curate) on Nov 02, 2004 at 18:15 UTC
    Actually you can put them anywhere, but you're probably right they should be put at the top since they're included at compile-time anyway.