Which one of the following choices will replace all occurrences of the word perl with the word Perl?
A.
s/Perl/perl/l;
B.
s/”perl”/Perl”/g;
C.
s/”perl”/”Perl”/;
D.
s/perl/Perl/g;
Which one of the following choices will replace all occurrences of the word perl with the word Perl?
Which one of the following choices will replace all occurrences of the word perl with the word Perl?
A.
s/Perl/perl/l;
B.
s/”perl”/Perl”/g;
C.
s/”perl”/”Perl”/;
D.
s/perl/Perl/g;
D