Which one of the following choices will change all occurrences of the string "Up" to " seenagape 11 years ago Which one of the following choices will change all occurrences of the string “Up” to “Down” in ascalar variable? A.$status = s/Down/Up/g; B.$status =~ g/Up/Down/s; C.$status =~ s/Up/Down/I; D.$status =~ s/Up/Down/g; ← Previous question Next question →