in reply to Re: validating function input
in thread validating function input
I rate the Params::Validate module very highly. (Thank you, Dave Rolsky.)
I've been using Params::Validate for a couple of months now, for a large project we're working on, and I've found it to be outstanding. Some things we like about it:
It might be overkill depending on your application, but if you have a group of developers working together on something, it provides very a clear consistent way to enforce your expectations for a function's inputs.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: validating function input
by autarch (Hermit) on May 22, 2003 at 17:16 UTC |