my $row = $feed_db->fetchrow_array() ; my @words = split (/_/, $row); foreach(@words) { if(/feed*/) { $test="$_"; } } print("$test\n");