%ARGS> %ARGS> <%INIT> my $CurrentUser = new RT::CurrentUser(); my $Email; # whatever the argument, we want to find by email for (keys %ARGS) { $Email = $ARGS{$_}, last if defined $ARGS{$_}; } my $Users = RT::Users->new($CurrentUser); $Users->Limit(FIELD => 'EmailAddress', OPERATOR => 'LIKE', VALUE => "\%$Email%"); my $users = qq{