As published on https://perlweeklychallenge.org/blog/a-new-week-a-new-challenge/
Submissions demonstrated here using Reply.
Write a script to replace the character ‘e’ with ‘E’ in the string ‘Perl Weekly Challenge’. Also print the number of times the character ‘e’ is found in the string.
I didn't write a script so I fail this challenge already.
0> my $foo = 'Perl Weekly Challenge'
$res[0] = "Perl Weekly Challenge"