my %general; %general = ( ... #### results => sub { names( first => $q->param('first'), zip => $q->param('zip'), ); $general{data}->(); },