|
|
| No such thing as a small change | |
| PerlMonks |
Re: Re: Re: Re: Perl applicationsby jarich (Curate) |
| on Apr 26, 2004 at 01:17 UTC ( #348049=note: print w/ replies, xml ) | Need Help?? |
|
I suspect that you are right and that Perl is not the tool for the job you have to do. I'm not going to disagree with that at all. I'm a big fan of using the right tool for the job. But have you ever had look at Attribute::Types? It's what I'd use to achieve some of what you've specified above. Attribute::Types allow you to write code like the following:
All of this checking is done at run-time which makes things a little bit harder than other strongly typed languages, but it does give you this functionality if you wish. Hope this helps, jarich
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||