On Sat, 3 Nov 2001, Dave Rolsky wrote:

> Or even better:
>
>  my $self = shift;
>  my %params = validate( @_, { ... } );
>
> using Params::Validate, which will handle defaults and
> all that goodness.

once you start talking about validating method parameters, i
think the performance issue of using shift or copying @_
kind of goes away eh?

Reply via email to