Re: Programming an interface with Perl
- From: mritty@xxxxxxxxx (Paul Lalli)
- Date: Wed, 01 Aug 2007 12:22:44 -0700
On Aug 1, 2:20 pm, darede...@xxxxxxxxxxx (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 interface SomeName () {
# some code
}
Is this possible with Perl or is there any other way for do it ???
For those of us who are Java-ignorant (and mostly proud of it),
perhaps you could describe what it is you actually want to do, rather
than just telling us how you would do it in another language.
"Interface" as a generic word means something completely different
than it means as a Java keyword, and I don't at all remember from the
one semester of Java I took 7 years ago what that meaning is.
Paul Lalli
.
- Follow-Ups:
- Re: Programming an interface with Perl
- From: Octavian Rasnita
- Re: Programming an interface with Perl
- References:
- Programming an interface with Perl
- From: Rafael Morales
- Programming an interface with Perl
- Prev by Date: Re: parse / log analysis help
- Next by Date: FILEHANDLE problem
- Previous by thread: Re: Programming an interface with Perl
- Next by thread: Re: Programming an interface with Perl
- Index(es):
Relevant Pages
|