Re: How to make my own interface



On 28.04.2010 07:55, Xi Yang wrote:
I just can't find related document. There is only documents on subclassing.

If you want to write an interface that can be used from other languages
like C or Python, then I don't think this is possible in pure Perl at
the moment.  If, however, you want to write an interface for use in your
Perl application, then just use normal OO stuff like inheritance or
maybe roles.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]