"Birgit Kellner" <[EMAIL PROTECTED]> wrote in message news:1137665400.997570078@[10.0.0.140]... > --On Samstag, 11. August 2001 14:09 +0200 Candyban Thank you verry much. It seem to work. Although my @filenames; foreach (@names) { #for each name in the query string if (param('$_') eq "on") { #note the double quotes around on"! - here we demand that the value of the name must be "on" push (@filenames, $_; } # store all elements of @names where this is true in the array @filenames } is not necessary because use CGI qw(:standard); my $query = new CGI; my @names = $query->param; Already fills the array "names" only with the selected checkboxes. I hope this answer goes into the right "section" (Cause I never used news-servers before (except to post my previous question offcourse)) Anyways I just wanted to thank Birgit Kellner for his/her fast reaction. Tim -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]