my @names = $cgi->param("hisname"); # Use an ARRAY here foreach (@names){ ....} # ---- and HERE.