Re: Multiple implementations of an interface

2001-12-27 Thread Roger C Haslock
return http-$controlServer->new(); } -Original Message- From: Roger C Haslock [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 23, 2001 3:49 PM To: [EMAIL PROTECTED] Subject: Multiple implementations of an interface Hi I am seeking advice of a general nature. I plan to write s

RE: Multiple implementations of an interface

2001-12-26 Thread Jon Cassorla
age- From: Roger C Haslock [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 23, 2001 3:49 PM To: [EMAIL PROTECTED] Subject: Multiple implementations of an interface Hi I am seeking advice of a general nature. I plan to write some software which will interface with another piece of software which

Multiple implementations of an interface

2001-12-23 Thread Roger C Haslock
Hi I am seeking advice of a general nature. I plan to write some software which will interface with another piece of software which may have various alternative replacements - for example, an http server. I intend to write a generic interface module, say 'httpd.pm', and use that to mask the act