sub lookup { my $self = shift; my ($data_type,$item) = @_; warn "data_type not provided\n" unless (defined $data_type); warn "item not provided\n" unless (defined $item); # ... }
In reply to Re: shift, undef and 'or die'
by tadman
in thread shift, undef and 'or die'
by agoth
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |