in reply to List Context Warn

Hi,
In my situation this fixed my problem:
... my %stuff = ( myresults => sub { names( first => scalar $q->param('name'), second => scalar $q->param('zip'), ), ); ...