In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote:
> http://www.perfascist.com/factory.tar.gz couldn't find this domain *shrug* > The List class is nothing but a placeholder for its subclasses. When it's > constructor method (sub new) is called, it creates an instance of one of its > subclasses, the choice of subclass being based on one of the arguments to > the constructor method. > Is this the factory method, or am I deluding myself? Does anyone have any > decent links for design patterns in Perl? this is a factory since it creates objects in other packages. :) -- brian d foy <[EMAIL PROTECTED]> - Perl services for hire CGI Meta FAQ - http://www.perl.org/CGI_MetaFAQ.html Troubleshooting CGI scripts - http://www.perl.org/troubleshooting_CGI.html -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]