MESSAGE
DATE | 2021-03-15 |
FROM | Gabor Szabo
|
SUBJECT | Subject: [Learn] [Perlweekly] #503 - Perl Community?
|
From learn-bounces-at-nylxs.com Mon Mar 15 10:00:52 2021 Return-Path: X-Original-To: archive-at-mrbrklyn.com Delivered-To: archive-at-mrbrklyn.com Received: from www2.mrbrklyn.com (www2.mrbrklyn.com [96.57.23.82]) by mrbrklyn.com (Postfix) with ESMTP id 05185163F60; Mon, 15 Mar 2021 10:00:52 -0400 (EDT) X-Original-To: learn-at-www2.mrbrklyn.com Delivered-To: learn-at-www2.mrbrklyn.com Received: by mrbrklyn.com (Postfix, from userid 1000) id ACC12163F5E; Mon, 15 Mar 2021 09:33:37 -0400 (EDT) Resent-From: Ruben Safir Resent-Date: Mon, 15 Mar 2021 09:33:37 -0400 Resent-Message-ID: <20210315133337.GB3568-at-www2.mrbrklyn.com> Resent-To: learn-at-mrbrklyn.com X-Original-To: ruben-at-mrbrklyn.com Delivered-To: ruben-at-mrbrklyn.com Received: from s8.hostlocal.com (s8.hostlocal.com [50.116.59.34]) by mrbrklyn.com (Postfix) with ESMTP id DDF8D16115C for ; Mon, 15 Mar 2021 05:16:48 -0400 (EDT) Received: from s8.hostlocal.com (localhost [IPv6:::1]) by s8.hostlocal.com (Postfix) with ESMTP id 94C61C70F; Mon, 15 Mar 2021 09:15:56 +0000 (UTC) X-Original-To: perlweekly-at-perlweekly.com Delivered-To: perlweekly-at-s8.hostlocal.com Received: from s7.hostlocal.com (s7.hostlocal.com [173.255.196.65]) by s8.hostlocal.com (Postfix) with ESMTPS id 57176C002 for ; Mon, 15 Mar 2021 09:15:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by s7.hostlocal.com (Postfix) with ESMTP id 959013EAEE for ; Mon, 15 Mar 2021 09:15:11 +0000 (UTC) MIME-Version: 1.0 X-Mailer: MIME::Lite 3.031 (F2.85; T2.17; A2.21; B3.15; Q3.13) Date: Mon, 15 Mar 2021 09:15:11 +0000 From: Gabor Szabo To: perlweekly-at-perlweekly.com Message-Id: <20210315091511.959013EAEE-at-s7.hostlocal.com> X-Mailman-Approved-At: Mon, 15 Mar 2021 09:15:54 +0000 X-BeenThere: perlweekly-at-perlweekly.com X-Mailman-Version: 2.1.16 Precedence: list Content-Type: multipart/mixed; boundary="===============2490932452076551609==" X-Mailman-Approved-At: Mon, 15 Mar 2021 10:00:49 -0400 Subject: [Learn] [Perlweekly] #503 - Perl Community? X-BeenThere: learn-at-nylxs.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: learn-bounces-at-nylxs.com Sender: "Learn"
This is a multi-part message in MIME format.
--===============2490932452076551609== Content-Transfer-Encoding: binary Content-Type: multipart/alternative; boundary="_----------=_161579971121525200"
This is a multi-part message in MIME format.
--_----------=_161579971121525200 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 15 Mar 2021 09:15:11 +0000
Perl Weekly=20
http://perlweekly.com/
You can read the newsletter on the web, if you prefer. http://perlweekly.com/archive/503.html
Hi,
A long time ago I participated in many discussions about the Perl community and how to bring in more people to it, but nowadays I am not sure what that subject would cover. Others are discussing it.
As for me, I try to help people whether it is with knowledge about Perl, other programming languages, or other technologies. I hope sometimes my work is useful to others as well. Which brings me to the recent seesion I had with FErki in which he helped me and the other participants get started with automation using Rex ( https://code-maven.com/automation-with-rex ). Next week we are going to have another session ( https://code-maven.com/elk-with-rex ) to which you are invited.
Enjoy your week!
-- Your editor: Gabor Szabo.
Sponsors
=20=20 How do you install your Perl environments?=20 https://www.activestate.com/resources/videos/state-tool-demo-how-to-insta= ll-a-perl-environment-with-a-single-command/?utm_source=3Dperl-weekly-newsl= etter&utm_medium=3Dcpc&utm_content=3Dvideo-perl-single-command&utm_campaign= =3Duser-acquisition =20 This video ( https://www.activestate.com/resources/videos/state-tool-demo-how-to-insta ll-a-perl-environment-with-a-single-command/?utm_source=3Dperl-weekly-new= sl etter&utm_medium=3Dcpc&utm_content=3Dvideo-perl-single-command&utm_campai= gn=3Du ser-acquisition ) demos how you could set up a couple of working directories, install Perl in each of them, and then download mojo and dancer, along with a bunch of their plugins. Or how you could instead use the State Tool, with the ActiveState Platform to make things easy. Watch now! --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Articles
=20=20 WebService::Fake update https://github.polettix.it/ETOOBUSY/2021/03/08/webservice-fake-update/ =20 One of the virtues of Perl is the long backward compatibility, but the developers of Mojolicious play by a different ruleset. They are ready to break backward compatibility to allow for development. It certainly has a disadvantage when it bites you, but maybe that's a better choice than being stuck with features that could be provided in a better way, or that were just plain wrong even when they were introduced. Perl has plenty of both. By being ready to pay the price of incompatible changes Mojolicious can clean up those issues. --------------
=20=20 The Perl debugger can be your superpower https://dev.to/mjgardner/the-perl-debugger-can-be-your-superpower-2d3o =20 I can totally agree that the Perl debugger is an awesome tool and knowing it will give you new powers. A long time ago I even recorded a few videos about using the Perl debugger ( https://perlmaven.com/using-the-built-in-debugger-of-perl ), but now that I look at it, well, I guess I should record a better version of it. --------------
=20=20 dibspack-basic enhancement for packages https://github.polettix.it/ETOOBUSY/2021/03/09/dbp-packages-from-file/ =20 =20=20 --------------
=20=20 Fun with dot=20 https://dev.to/thibaultduponchelle/fun-with-dot-2ijm =20 A dot is such a tiny charcter, but it can cause so much trouble. --------------
=20=20 The Unknown Design Pattern https://dev.to/ovid/the-unknown-design-pattern-1l64 =20 The Entity-Component-System to create a class that can represent a milita= ry grade combat suit that functions as armor, as a weapon, and even as a medkit. --------------
=20=20 Writing Declarative Software https://dev.to/ovid/writing-declarative-software-375o =20 =20=20 --------------
=20=20 A path function in dibs https://github.polettix.it/ETOOBUSY/2021/03/13/dibs-path-function/ =20 =20=20 --------------
=20=20 I failed to pause before blogging http://blogs.perl.org/users/ben_bullock/2021/03/i-failed-to-pause-before-= blogging.html =20 Why did PAUSE misunderstand Ben's code? --------------
=20=20 Twenty years ago... http://blogs.perl.org/users/salvador_fandino/2021/03/twenty-years-ago.html =20 It is fun to recall good old memories, especially remembering your first.= .. --------------
=20=20 Relatively easy ways to catch memory errors http://blogs.perl.org/users/ben_bullock/2021/03/relatively-easy-ways-to-c= atch-memory-errors.html =20 If you're using XS and C in your Perl module, you might have to worry abo= ut memory errors. - Oh personally I have had to deal with memory leaks in pure-Perl modules as well. It is a lot of frustration. And fun, when you finally catch it. But this post is about mallocs. --------------
=20=20 Thoughts on Session Cookies w/ Perl Mojolicious https://blog.swagg.net/thoughts-on-session-cookies-w-perl-mojolicious =20 Happy GDPR-compliant cookie acceptance --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Perl Community?
=20=20 Don't be a Perl programmer https://dev.to/davorg/don-t-be-a-perl-programmer-4h2d =20 This post has two main points IMHO unfortunately mixed. One is that by focusing too much on being a 'Perl programmer' many of us have and still miss out on a lot of great things knowing other languages can offer. Not just employment opportunities, but by knowing other languages you can become better at Perl as well. The other point felt by some people as an attack on the 'Perl programmers Facebook group' which, I think was unfortunate. In any case I wholeheartadly recommend you read it and diversify your knowledge. --------------
=20=20 A blog post about blog posts http://blogs.perl.org/users/dean/2021/03/a-blog-post-about-blog-posts.html =20 I think I saw some comments from Dean saying that he felt personally offended by the above post iby Dave and that it was doing a disservice to the Perl community, but I don't know if this writing is related or not. Interesting. --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Dist::Zilla A 4-part series on getting started with Dist::Zilla, the easy way. =20=20 Dist::Zilla::PluginBundle::Starter - A new way to start using Dist::Zilla https://dev.to/grinnz/dist-zilla-pluginbundle-starter-a-new-way-to-start-= using-dist-zilla-38m6 =20 Dist::Zilla is an extremely powerful and versatile CPAN authoring tool, b= ut it has a cost. This module is an attempt to reduce the difficulty of getting started with Dist::Zilla. --------------
=20=20 Dist::Zilla - Why you should use -at-Starter instead of -at-Basic https://dev.to/grinnz/dist-zilla-why-you-should-use-starter-instead-of-ba= sic-22d7 =20 =20=20 --------------
=20=20 Dist::Zilla -at-Starter - Revision 2=20 https://dev.to/grinnz/dist-zilla-starter-revision-2-1bi =20 =20=20 --------------
=20=20 Dist::Zilla -at-Starter Revision 3 - Git, versioning, and more https://dev.to/grinnz/dist-zilla-starter-revision-3-git-versioning-and-mo= re-k5h =20 =20=20 --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Automation with (R)?ex
=20=20 Learn automation using (R)?ex https://code-maven.com/automation-with-rex =20 Video recording of the first session in which FErki explained a lot to us about ssh and introduced us to automation using Rex. The next session will be a week from now. --------------
=20=20 Learning more about (R)?ex https://code-maven.com/elk-with-rex =20 The second part of the Rex learning with FErkis is scheduled for next Monday. Register now! --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
The Weekly Challenge The Weekly Challenge ( https://perlweeklychallenge.org/ ) by Mohammad Anwar ( http://www.manwar.org/ ) will help you step out of your comfort zone. You could even win the prize money of $50 Amazon voucher by participating in the weekly challenge. We pick one winner at the end of the month from all the contributors during that month. The monthly prize is kindly sponsored by Peter Sergeant of PerlCareers ( https://perl.careers/ ). =20=20 The Weekly Challenge - 104 https://perlweeklychallenge.org/blog/perl-weekly-challenge-104 =20 Welcome to a new week with a couple of fun tasks "FUSC Sequence" and "NIM Game". If you are new to the weekly challenge then why not join us and have fun every week. For more information, please read FAQ ( https://perlweeklychallenge.org/faq ) page. --------------
=20=20 RECAP - The Weekly Challenge - 103 https://perlweeklychallenge.org/blog/recap-challenge-103 =20 Enjoy a quick recap of last week's contributions by Team PWC dealing with the "Chinese Zodiac" and "What's playing?" tasks in Perl and Raku. You will find plenty of solutions to keep you busy. --------------
=20=20 Perl Weekly Challenge 103 https://aaronreidsmith.github.io/blog/perl-weekly-challenge-103/ =20 Reading through this blog post gives you so much inside knowledge on the Chinese Zodiac. Keep it up. --------------
=20=20 Perl Weekly Challenge 103: Chinese Zodiac https://programmingblog702692439.wordpress.com/2021/03/15/perl-weekly-cha= llenge-103-chinese-zodiac/ =20 A nice explanation of the Chinese Zodiac, I loved it. And a straightforwa= rd implementation to go with the discussion. --------------
=20=20 Perl Weekly Challenge 103: What=E2=80=99s playing? https://programmingblog702692439.wordpress.com/2021/03/15/perl-weekly-cha= llenge-103-whats-playing/ =20 The power of Abigail's blogging skill is so evident that even a complex task looks so simple. Please do check it out. --------------
=20=20 The Weekly Challenge 103: Astrology and Audio http://www.rabbitfarm.com/cgi-bin/blosxom/perl/2021/03/14 =20 Adam made the Chinese Zodiac task look so simple, incredible. Please do check out. --------------
=20=20 Playing the Zodiac with Raku https://raku-musings.com/playing-zodiac.html =20 Arne showing off his command over Raku and the use of Unicode characters = in the code is brilliant. Well done. --------------
=20=20 The Miserable Metal Ox: Perl Weekly Challenge #013 https://jacoby.github.io/2021/03/09/the-miserable-metal-ox-perl-weekly-ch= allenge-013.html =20 Dave showing his CPAN knowledge and making good use of it. I just loved i= t. --------------
=20=20 PWC103 - Chinese Zodiac https://github.polettix.it/ETOOBUSY/2021/03/10/pwc103-chinese-zodiac/ =20 Flavio is on fire with his task analysis. Always pleasure to read his blo= g. Keep it up. --------------
=20=20 PWC103 - What's playing? https://github.polettix.it/ETOOBUSY/2021/03/11/pwc103-what-s-playing/ =20 The typo in the original task description seems to have confused him a lo= t. Anyway he got it in the end. Great. --------------
=20=20 Perl weekly challenge 103 http://blogs.perl.org/users/james_curtis-smith/2021/03/perl-weekly-challe= nge-103.html =20 Great example of compact coding with nice indentation. Looks beautiful. Well done. --------------
=20=20 Perl Weekly Challenge 103: Chinese Calendar and streaming players https://fluca1978.github.io/2021/03/08/PerlWeeklyChallenge103.html =20 Luca is back with a bang. Nice demo of using Class in Raku. --------------
=20=20 Chinese Zodiac calculation in Perl and Elm https://perl.kiwi/tales/2021/03/13/chinese-zodiac-calculation-in-perl-and= -elm/ =20 Lance kept it short and simple when dealing with the Chinese Zodiac. We even got a bonus Elm solution. --------------
=20=20 Perl Weekly Challenge 103: Playing Zodiac https://blog.firedrake.org/archive/2021/03/Perl_Weekly_Challenge_103__Pla= ying_Zodiac.html =20 I loved the blog post title. Roger never plays with his title but this ti= me all my attention went to the title. As always, one blog post showing implementations in different languages. Great job. --------------
=20=20 Weekly Challenge 103 https://dev.to/simongreennet/weekly-challenge-103-1hpm =20 Cool promotion of Perl on dev.to. Well done and keep it up. --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Other
=20=20 Violence at Home - Signal for Help https://en.wikipedia.org/wiki/Signal_for_Help =20 Recently I saw a video ( https://www.youtube.com/watch?v=3D_5VQD58UroQ ) about a way to allow people to signal for help when they cannot say it aloud. And then another one ( https://www.youtube.com/watch?v=3DAFLZEQFIm= 7k ). While this won't solve the problem of domestic violance, it might help a few people and it might create some more awareness. As this is an international community, it would be nice if you could help by translating the Wikipedia page to your language. --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Training
=20=20 Code Maven courses https://code-maven.teachable.com/p/perl =20 Perl courses by Gabor Szabo --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Weekly collections
=20=20 NICEPERL's lists http://niceperl.blogspot.com/ =20 Great modules released last week ( https://niceperl.blogspot.com/2021/03/cccxxxii-15-cpan-great-modules-rele ased.html ); MetaCPAN weekly report ( https://niceperl.blogspot.com/2021/03/cdlviii-metacpan-weekly-report.html ); StackOverflow Perl report ( https://niceperl.blogspot.com/2021/03/cdlxxxi-stackoverflow-perl-report.h tml ). --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Events
=20=20 German Perl Workshop 2021 https://act.yapc.eu/gpw2021 =20 It will take place online between March 24-26 2021. A private ticket will be cheaper (EUR 30). People who register in time and pay the participation fee, will get exclusive extras. --------------
=20=20 Toronto Perl Mongers Online Meeting https://www.meetup.com/Toronto-Perl-Mongers/ =20 Thursday, March 25, 2021 --------------
=20=20 Berlin Perl Mongers https://www.meetup.com/Berlin-Perl-Mongers/ =20 Wednesday, March 31, 2021 --------------
=20=20 Silicon Valley Perl - Short talks: #AprilFools hijinks https://www.meetup.com/SVPerl/ =20 Thursday, April 1, 2021 --------------
=20=20 Purdue Perl Mongers - HackLafayette https://www.meetup.com/hacklafayette/ =20 Wednesday, April 14, 2021 --------------
=20=20 The Perl and Raku Conference in the Cloud 2021=20 https://news.perlfoundation.org/post/savethedatetprc2021 =20 Online 9-11 June 2021. --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
lweekly&utm_medium=3Dperlweekly">Perl Jobs by Perl Careers
=20=20 Smart Shopper =3D Smart Saver. Perl role in Vienna https://job.perl.careers/u7g =20 As one of the largest product and price comparison platforms in German-speaking countries, they share your dedication to finding consumers the best possible deal on electronics, technology, household appliances, and gaming systems. They=E2=80=99re looking for a Perl progra= mmer. They make heavy use of PostgreSQL, Elasticsearch, and Modern Perl. --------------
=20=20 Mad Men (and women) of London. Perl in London https://job.perl.careers/wcm =20 The leader in premium native advertising for technology, financial services, and corporate and lifestyle sectors, our client is the power behind the advertising throne for over 200 websites. This dynamic team is looking for a senior Perl programmer with a strong understanding of Go programming language, paradigms, constructs, and idioms. --------------
=20=20 Big Dividends, Bigger Opportunity! Perl role with multiple location optio= ns https://job.perl.careers/3cv =20 Online trading is big. Big dividends, big excitement, and big barriers for most people. Enter our client, an international financial company who believe online trading should be open and accessible to all. With a brand that enjoys global recognition and the kind of growth that stokes envy in their competitors, they=E2=80=99re looking to add a few good Perl develop= ers to their expansive team. --------------
=20=20 Guten Tag, Senior Perl Developers! Perl role in South Germany https://job.perl.careers/g7r =20 With more than 4 million domains spanning nearly every country around the globe, our client manages over 100,000 retail and corporate clients and 2,300 resellers. The ideal candidate should be confident using Modern Perl, in particular happy with DBIx::Class and Moose/Moo. Experience with any of mod_perl, Net::Server, Ubuntu, MySQL, Elastic Search, and memcached would be advantageous. --------------
=20=20 Grow Your Karma with a Job that Does Good! Perl role in Australia https://job.perl.careers/rb7 =20 Not all jobs are created equal. Sure, most pay the bills, but some do mor= e. They impart a sense of purpose; when you log out at day=E2=80=99s end, it= =E2=80=99s with the satisfaction that you are part of something bigger, something more important than yourself. You=E2=80=99ve left the world a little better th= an you found it, and isn=E2=80=99t that what life is really about? --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
You joined the Perl Weekly to get weekly e-mails about the Perl programming= language and related topics.
Want to see more? See the archives ( http://perlweekly.com/archive/ ) of al= l the issues.
Reading this as a non-subscriber? Join us free of charge. http://perlweekly= .com/
(C) Copyright Gabor Szabo http://szabgab.com/ The articles are copyright the respective authors.
You can freely redistribute this message if you keep the whole message intact, including the Copyright notice and this text.
If you don't want to receive mails any more you can unsubscribe here: http://perlweekly.com/unsubscribe.html
--_----------=_161579971121525200 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=UTF-8 Date: Mon, 15 Mar 2021 09:15:11 +0000
1.0, user-scalable=3Dyes"> Perl Weekly Issue #503 - 2021-03-15 - Perl Community?
color=3D"#ffffff">
background-color: #004065; color: #FFF; text-decoration: none; font-size: 40px; font-weight: bold; font-family: Gadget; =20=20=20=20 border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #000; padding: 10px; ">Perl Weekly =20=20=20=20
style=3D"border-bottom: 1px solid #ccc; padding-bottom: 8px; font-size: 18px;"> Issue #503 - 2021-03-15 - Perl Community?
latest | https://perlweekly.com/archive">archive | edited by zabgab.com/">Gabor Szabo
=20
|
=20=20=20=20=20=20=20=20 Hi,
=20=20=20=20=20=20=20=20 A long time ago I participated in many discussions about the Perl c= ommunity and how to bring in more people to it, but nowadays I am not sure = what that subject would cover. Others are discussing it.
=20=20=20=20=20=20=20=20 As for me, I try to help people whether it is with knowledge about = Perl, other programming languages, or other technologies. I hope sometimes = my work is useful to others as well. Which brings me to the recent seesion = I had with FErki in which he helped me and the other participants =3D"https://code-maven.com/automation-with-rex">get started with automation= using Rex. Next week we are going to have n.com/elk-with-rex">another session to which you are invited.
=20=20=20=20=20=20=20=20 Enjoy your week!
=20=20=20=20=20=20=20=20 Your editor: Gabor Szabo.
| mg/gabor_szabo.png" /> |
|
Sponsors =20=20=20=20=20=20=20=20 | =20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20 | =20 | =20=20=20=20 =20=20=20=20
Articles =20=20=20=20=20=20=20=20 | =20=20=20=20 | m/img/flavio_poletti.jpg" title=3D"Flavio Poletti" width=3D"80" /> | =20 | =20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20 | =20 | =20=20=20=20 | m/img/flavio_poletti.jpg" title=3D"Flavio Poletti" width=3D"80" /> | =20 | =20=20=20=20 | m/img/thibault_duponchelle.png" title=3D"Thibault Duponchelle" width=3D"80"= /> | =20 | =20=20=20=20 | m/img/curtis_ovid_poe.jpg" title=3D"Curtis 'Ovid' Poe" width=3D"80" /> | =20 | =20=20=20=20 | m/img/curtis_ovid_poe.jpg" title=3D"Curtis 'Ovid' Poe" width=3D"80" /> | =20 | =20=20=20=20 | m/img/flavio_poletti.jpg" title=3D"Flavio Poletti" width=3D"80" /> | =20 | =20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20 | =20 | =20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20 | =20 | =20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20 | =20 | =20=20=20=20 | m/img/swagg_boi.png" title=3D"Dan Swagg Boi" width=3D"80" /> | =20 | =20=20=20=20 =20=20=20=20
Perl Community?<= /div> =20=20=20=20=20=20=20=20 | =20=20=20=20 | m/img/dave_cross.png" title=3D"Dave Cross" width=3D"80" /> | =20 | =20=20=20=20 | m/img/dean_hamstead.jpg" title=3D"Dean Hamstead" width=3D"80" /> | =20 | =20=20=20=20 =20=20=20=20
Dist::Zilla =20=20=20=20=20=20=20=20 A 4-part series on getting started= with Dist::Zilla, the easy way. =20=20=20=20=20=20=20=20 | =20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20 | =20 | =20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20 | =20 | =20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20 | =20 | =20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20 | =20 | =20=20=20=20 =20=20=20=20
Automation with = (R)?ex =20=20=20=20=20=20=20=20 | =20=20=20=20 | m/img/ferenc_erki.jpg" title=3D"Ferenc Erki" width=3D"80" /> | =20 | =20=20=20=20 | m/img/ferenc_erki.jpg" title=3D"Ferenc Erki" width=3D"80" /> | =20 | =20=20=20=20 =20=20=20=20
The Weekly Chall= enge =20=20=20=20=20=20=20=20 enge.org/">The Weekly Challenge by M= ohammad Anwar will help you step out of your comfort zone. You could ev= en win the prize money of $50 Amazon voucher by participating in the weekly= challenge. We pick one winner at the end of the month from all the contrib= utors during that month. The monthly prize is kindly sponsored by Peter Ser= geant of PerlCareers. =20=20=20=20=20=20=20=20 | =20=20=20=20 | m/img/mohammad_anwar.png" title=3D"Mohammad S. Anwar" width=3D"80" /> | =20 | =20=20=20=20 | m/img/mohammad_anwar.png" title=3D"Mohammad S. Anwar" width=3D"80" /> | =20 | =20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20 | =20 | =20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20 | =20 | =20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20 | =20 | =20=20=20=20 | m/img/adam_russel.png" title=3D"Adam Russell" width=3D"80" /> | =20 | =20=20=20=20 =20=20=20=20=20=20=20=20=2 |
|
|
|
|
|
|
|
|