value="Update"> #### foreach ($query->param) { if ($query->param($_) eq "Update") { # If $Detail was "red", we'll change to red &change_Color($_); last; } }