Programming an interface with Perl

2007-08-01 Thread Rafael Morales
Hi list, I'm using some design patterns (MVC, Observer, Strategy), with Perl, however I see that I need to create some interfaces (watching examples in Java and C++), but I don't know how to create these interfaces with Perl, for example in Java this is done with this: public interface Some

Re: Programming an interface with Perl

2007-08-01 Thread Chas Owens
On 8/1/07, Rafael Morales <[EMAIL PROTECTED]> wrote: > Hi list, > > I'm using some design patterns (MVC, Observer, Strategy), with Perl, however > I see that I need to create some interfaces (watching examples in Java and > C++), but I don't know how to create these interfaces with Perl, for exam

Re: Programming an interface with Perl

2007-08-01 Thread Paul Lalli
On Aug 1, 2:20 pm, [EMAIL PROTECTED] (Rafael Morales) wrote: > I'm using some design patterns (MVC, Observer, Strategy), with Perl, > however I see that I need to create some interfaces (watching examples > in Java and C++), but I don't know how to create these interfaces with > Perl, for example

Re: Programming an interface with Perl

2007-08-01 Thread Rafael Morales
L PROTECTED]> > To: beginners@perl.org > Subject: Re: Programming an interface with Perl > Date: Wed, 01 Aug 2007 12:22:44 -0700 > > > On Aug 1, 2:20 pm, [EMAIL PROTECTED] (Rafael Morales) wrote: > > > I'm using some design patterns (MVC, Observer, Strategy), wi

Re: Programming an interface with Perl

2007-08-01 Thread Paul Lalli
On Aug 1, 6:25 pm, [EMAIL PROTECTED] (Rafael Morales) wrote: > OK, this is for a MVC implementation, but all examples I have seen are done > with Java or C++, even php5 which uses the same > keyword "interface", and this interface is a way for comunicate between > classes. Do you know what it is

Re: Programming an interface with Perl

2007-08-01 Thread Rob Dixon
Rafael Morales wrote: I'm using some design patterns (MVC, Observer, Strategy), with Perl, however I see that I need to create some interfaces (watching examples in Java and C++), but I don't know how to create these interfaces with Perl, for example in Java this is done with this: public inter

Re: Programming an interface with Perl

2007-08-01 Thread Octavian Rasnita
vian - Original Message - From: "Paul Lalli" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 01, 2007 10:22 PM Subject: Re: Programming an interface with Perl On Aug 1, 2:20 pm, [EMAIL PROTECTED] (Rafael Morales) wrote: I'm using some design patterns (MVC, Observ