in reply to Confused Still by Hash Refs
my $groupname = $q->param('groupname') || ''; my $group = { groupname => $groupname }; [download]