chorg has asked for the wisdom of the Perl Monks concerning the following question:
I have a web based application that I want to code. I will use CGI.pm, but I want to package all the code into modules (of course) My decision is to either subclass CGI.pm and add the new methods, or
use CGI; in my module. Which is the better approach?
_______________________________________________
"Intelligence is a tool used achieve goals, however goals are not always chosen
wisely..."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: subclasssing vs using
by tye (Sage) on Apr 19, 2001 at 19:06 UTC | |
|
Re: subclasssing vs using
by Masem (Monsignor) on Apr 19, 2001 at 18:02 UTC |