$mech->submit_form( form_name =>'post', fields => { 'post_title' => $title, 'newtag[post_tag]'=> $tags, 'post_category[]' => [$cat], 'content' => $content } ) or die "Error: $!";