Help for this page
Select Code to Download
Select
or
download this
sub modify_string { $_[0] =~ s/u/i/; return $_[0]; }