foreach my $oid ( @oid_list ) { if ( $cgi->param( 'delete_this_$oid' ) eq 'on' ) { # do deleteion stuff } }