my @cats = split(", ", $email_cat); $mech->submit_form( form_name =>'post', fields => { 'post_title' => '', 'post_category[]' => '' } ); #### my @cats = (1, 2, 5, 10, 44);