Custom User Field in Custom Ticket Action

I am trying to retrieve a custom user field from the requester of an incoming
ticket.

Can someone give me a perl snippet that I can incorporate into a custom
ticket action? I don’t need the whole thing, just somewhere to start. All
the methods I can find seem to only apply to customfields attached to ticket
objects.

So far I load the current user with:

my $currentTicket = $self->TicketObj;

my $currentUser = new RT::CurrentUser;
$currentUser->LoadByEmail( $currentTicket->RequestorAddresses() );

But I can’t load a custom field from the user.

Ideas?
View this message in context: http://www.nabble.com/Custom-User-Field-in-Custom-Ticket-Action-tp21694695p21694695.html