in reply to Re: UNIVERSAL::isa() vs. ref()
in thread UNIVERSAL::isa() vs. ref()
Or, that could be a hash. The thing was that I couldn't imagine wanting to have anything other than a list(ref) or hash(ref), but I didn't want to limit myself to those, unless those were the only possibilities at all. Maybe I was being too generic?sub my_public { my $self = shift; my @args = $self->coerce_args('ARRAY', @_); .... }
|
|---|