Help for this page
sub foo { my $self = shift; ... do_something() if $args{jam_on_it}; }
my %args = validate(@_, { search_text => { type => SCALAR }, my_customer_id => { type => SCALAR }, });