in reply to List context with map

FWIW - you could also have written this by explicitly using parens at the boundary of the "map" parameters (my preference):
my @eDate=Add_Delta_Days(map({$cgi->param($_)}qw(eYear eMonth eDate)), +1);
Update: Oops - just noticed that VSarkiss already shows this option. Please ignore this node.

    Earth first! (We'll rob the other planets later)