Yeah Im using CGI.pm, in the second example you have no sign of $FORM. <br><br>This is what my code look looks like (well your code)...<br><br>use CGI;<br>$q = new CGI;<br>print $q->header;<br><br>@users = ('user1','user2','user3','user4');<br>foreach $user...