foreach (@friendID) { $mech->get("http://www.soundclick.com/members/default.cfm?member=$friendID[$i]&content=contact"); if( ( $mech->content() =~ /contact this friend/) ) { $mech->form_name("CFForm_1"); $mech->field( subject => $subject); $mech->field( text => $body ); $mech->click()