Perl Weekly Challenge - 008

Monday, May 13, 2019| Tags: Perl, Raku

Perl Weekly Challenge has been very innovative with so many unique solutions. Thanks to all the members for participating and blogging about it. Keep the momentum up. Good luck with this week challenge, I am sure you will find it fun and enjoyable.


RECAP

Here is the recap of last week challenge.


CHART

Please take a look at the charts showing interesting data.

I would like to thank everyone for your valuable suggestions. Please do share your experience with us. Good luck for the weekly challenge, enjoy.

NEW MEMBERS

1. Denis Yurashku from Moscow, Russia.

2. Maxim Nechaev from Russia.

3. Luis F. Uceta

Challenge #1

Write a script that computes the first five perfect numbers. A perfect number is an integer that is the sum of its positive proper divisors (all divisors except itself). Please check Wiki for more information. This challenge was proposed by Laurent Rosenfeld.

Challenge #2

Write a function, ‘center’, whose argument is a list of strings, which will be lines of text. The function should insert spaces at the beginning of the lines of text so that if they were printed, the text would be centered, and return the modified lines.

For example,

center("This", "is", "a test of the", "center function");

should return the list:

"     This", "      is", " a test of the", "center function"

because if these lines were printed, they would look like:

       This
        is
   a test of the
  center function

Challenge #3

Create a simple perl client for @mailgun API. For more infomation visit official website. This challenge was proposed by Gabor Szabo. The API challenge is optional and would be part of weekly challenge every week.


Last date to submit the solution 6 pm (UK Time) Sunday 19th May 2019.

SO WHAT DO YOU THINK ?

If you have any suggestions or ideas then please do share with us.

Contact with me