HEADLINES
With great pleasure, we announce Yet Ebreo as the winner of Perl Weekly Challenge - 025. Congratulations Yet Ebreo, you should soon hear from Perl Careers about your reward. For rest of the participants, I would say Good Luck for next time. Keep sending in your solutions and share your knowledge with each other.
RECAP
Here is the recap of last week challenge.
PERL REVIEW
Please checkout Perl solutions review of the Perl Weekly Challenge - 024 by Kian-Meng Ang.
RAKU REVIEW
Please checkout Raku solutions review of the Perl Weekly Challenge - 024 by Laurent Rosenfeld.
Past reviews of Perl6 solutions.
Challenge #008
Challenge #009
CHART
Please take a look at the charts showing interesting data.
I would like to thank everyone for their valuable suggestions. Please do share your experience with us.
NEW MEMBERS
None joined last week. Check out current team members.
GUESTS
Watch this space for contributions in language other than Perl and Raku.
Task #1
Create a script that accepts two strings, let us call it, “stones” and “jewels”. It should print the count of “alphabet” from the string “stones” found in the string “jewels”. For example, if your stones is “chancellor” and “jewels” is “chocolate”, then the script should print “8”. To keep it simple, only A-Z,a-z characters are acceptable. Also make the comparison case sensitive.
Task #2
Create a script that prints mean angles of the given list of angles in degrees. Please read wiki page that explains the formula in details with an example.
Task #3
We decided to put the optional API task on hold for the time being, while we are working on the format.
Last date to submit the solution 23:59 (UK Time) Sunday 22nd September 2019.