in reply to Passing undefined values to package

my $manditory = (defined($query->param('method')) ? $query->param('met +hod') : 0; my ($method, $error) = Validate->checked ($manditory, 1);

They say that time changes things, but you actually have to change them yourself.

—Andy Warhol