MESSAGE
DATE | 2021-01-11 |
FROM | Gabor Szabo
|
SUBJECT | Subject: [Hangout - NYLXS] [Perlweekly] #494 - Perl Myths
|
From hangout-bounces-at-nylxs.com Mon Jan 11 17:39:59 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 B50E8163F60; Mon, 11 Jan 2021 17:39:58 -0500 (EST) X-Original-To: hangout-at-www2.mrbrklyn.com Delivered-To: hangout-at-www2.mrbrklyn.com Received: by mrbrklyn.com (Postfix, from userid 1000) id 34CC4163F5E; Mon, 11 Jan 2021 17:39:55 -0500 (EST) Resent-From: Ruben Safir Resent-Date: Mon, 11 Jan 2021 17:39:55 -0500 Resent-Message-ID: <20210111223955.GA3352-at-www2.mrbrklyn.com> Resent-To: hangout-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 C205D161151 for ; Mon, 11 Jan 2021 03:34:00 -0500 (EST) Received: from s8.hostlocal.com (localhost [IPv6:::1]) by s8.hostlocal.com (Postfix) with ESMTP id 3F1D3C708; Mon, 11 Jan 2021 08:33:10 +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 6F35BC01E for ; Mon, 11 Jan 2021 08:32:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by s7.hostlocal.com (Postfix) with ESMTP id 57BAE3E932 for ; Mon, 11 Jan 2021 08:32:54 +0000 (UTC) MIME-Version: 1.0 X-Mailer: MIME::Lite 3.031 (F2.85; T2.17; A2.21; B3.15; Q3.13) Date: Mon, 11 Jan 2021 08:32:54 +0000 From: Gabor Szabo To: perlweekly-at-perlweekly.com Message-Id: <20210111083254.57BAE3E932-at-s7.hostlocal.com> X-Mailman-Approved-At: Mon, 11 Jan 2021 08:33:07 +0000 X-BeenThere: perlweekly-at-perlweekly.com X-Mailman-Version: 2.1.16 Precedence: list Content-Type: multipart/mixed; boundary="===============4711557127094092941==" Subject: [Hangout - NYLXS] [Perlweekly] #494 - Perl Myths X-BeenThere: hangout-at-nylxs.com List-Id: NYLXS Tech Talk and Politics List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: hangout-bounces-at-nylxs.com Sender: "Hangout"
This is a multi-part message in MIME format.
--===============4711557127094092941== Content-Transfer-Encoding: binary Content-Type: multipart/alternative; boundary="_----------=_161035397441750"
This is a multi-part message in MIME format.
--_----------=_161035397441750 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 11 Jan 2021 08:32:54 +0000
Perl Weekly=20
http://perlweekly.com/
You can read the newsletter on the web, if you prefer. http://perlweekly.com/archive/494.html
Hi there
Welcome to my first edition of the newsletter for the year 2021. I hope you have had a great start to the year.
Today I am going to share a personal experience from back in 1999. It was the year when I was first introduced to Perl and joined a start-up that was building Perl developerment team. In the team, we had two newcomers (incuding myself) and one senior developer. My first project was a web based app using MySQL as the database. I had really a hard time installing DBI on my development box and the senior dev was reluctant to help me. I approached my manager and he told me to build the project against a text file for time being. I was given a black & white monitor and was expected to build a colourful web app. Eventually, the project was completed despite all the obstacles and it was time to demo it. Guess what? I was given a colour monitor this time. As expected it didn't look professional and it embarassed me. However a few months later, I found out how to install DBI.
Why am I sharing this story?
Well last week, a Perl enthusiast from Indonesia contacted me on Twitter having trouble installing Calendar::Hijri ( https://metacpan.org/release/Calendar-Hijri ). I wondered how he founnd my Twitter account as I don't include thast information in the module's pod. After a little fight, the issue was resolved and he got the colourful Hijri calendar. It is so satisfactory to be able to help a fellow hacker.
Coding in Perl? What support do you need?
The Perl Foundation is running a survey ( https://www.surveymonkey.com/r/7YCL7JZ ). It is aimed at newcomers to the language. There is a ongoing discussion on the subject for you to check out on Reddit ( https://www.reddit.com/comments/ko88ie )
Have you come across any Perl myths?
I guess so, yes. Someone who has used Perl for years must have rebuked some Perl myths in that time. I recently came across an article titled Debunking Perl Myths ( https://www.linkedin.com/pulse/perl-myths-pritesh-ugrankar ) by Pritesh Ugrankar. I feel so happy to see a fellow Indian being discussed widely with regard to Perl. I would recommend the article to anyone starting Perl so he/she starts with solid base.
Let me ask you a question, can you list new features released with Perl v5.xx?
I have had to fight for this information during the peak when I was actively contributing to CPAN modules. With time, I built up a series of notes on this. I remember Dave Cross gave talk ( https://www.slideshare.net/davorg/modern-perl-catchup ) on the similar topic at the London Perl Workshop in 2016 and I had the honour to be in the room. I still remember that was the first time I heard about the special source code token "__SUB__" introduced in Perl v5.16. If you are keen to read a detailed discussion of the features added with every new release of Perl then I would recommend the latest creation from brian d foy, entitled Perl New Features ( https://perlschool.com/books/perl-new-features/ ). It is published by Dave Cross's Perl School ( https://perlschool.com/about/ ) and covers releases from 5.10 to 5.32. From the little I have read so far, it looks really promising. Every Perl dev should have a copy handy. Thanks to brian d foy for the review copy.
A fellow member of the Perl Programmers ( https://www.facebook.com/groups/perlprogrammers/ ) Facebook Group shared a video of a struggling new Perl developer ( https://www.youtube.com/watch?v=3DR00JE6QRbno ). I enjoyed watching his struggle to get the right answer. I am sure there will be something to learn from his experience.
Are you looking for fresh start in the year 2021?
It is a fact that the demand for Perl developers is not as high as it used to be. However there is one guy, Pete Sergeant, who singlehandedly keeps us up to date with every possible opportunity across the globe. Don't forget to check out the opportunities at the end of the newsletter. Pete is not just a recruiter but he is an experienced Perl hacker. Don't believe me? Please check out his MetaCPAN profile ( https://metacpan.org/author/SARGIE ).
Last but not least, take care of yourself and your loved ones. Please enjoy rest of the newsletter.
-- Your editor: Mohammad S. Anwar.
Sponsors
=20=20 Optimize GitHub Actions for Perl https://www.activestate.com/blog/perl-ci-cd-pipelines-for-github-actions/= ?utm_source=3Dperl-weekly-newsletter&utm_medium=3Dcpc&utm_content=3Dblog-pe= rl-ci-cd-pipelines&utm_campaign=3Duser-acquisition =20 If you use GitHub Actions for your CI/CD you know it doesn't treat Perl as a first class citizen. This tutorial-style post ( https://www.activestate.com/blog/perl-ci-cd-pipelines-for-github-actions/ ?utm_source=3Dperl-weekly-newsletter&utm_medium=3Dcpc&utm_content=3Dblog-= perl-c i-cd-pipelines&utm_campaign=3Duser-acquisition ) can help you learn how to deploy a prebuilt Perl environment into GitHub Actions, simplifying and speeding up your CI/CD. --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Announcements
=20=20 SanDiego.pm Meeting, Tuesday, January 12th, 2021 http://blogs.perl.org/users/bob/2021/01/sandiegopm-meeting-tuesday-januar= y-12th-2021.html =20 =20=20 --------------
=20=20 Coding in Perl? What support do you need? https://news.perlfoundation.org/post/newperluserssurvey =20 =20=20 --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Articles
=20=20 ABC Mart http://blogs.perl.org/users/ben_bullock/2021/01/abc-mart.html =20 Ben is following the Mojolicious pattern of listing methods and functions in alphabetical order. Even the tests are arranged alphabetically. --------------
=20=20 New To Perl? What Do You Need? https://www.i-programmer.info/news/222-perl/14267-new-to-perl-what-do-you= -need.html =20 Developers who use Perl are invited to take a survey to provide feedback = on what help and guidance they would find useful. It's a Perl Foundation initiative to guide developers in their journey of learning Perl. --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
CPAN
=20=20 Not just another Perl form framework https://brtastic.xyz/blog/article/perl-form-tiny =20 Bartosz introduces his latest work, Form::Tiny. --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Grants
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Perl 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 can even win prize money of $50 Amazon vouchers by participating in the weekly challenge. We pick one winner at the end of the month from all the contributors in that month. The monthly prize is kindly sponsored by Peter Sergeant of PerlCareers ( https://perl.careers/ ). =20=20 The Weekly Challenge - 095 https://perlweeklychallenge.org/blog/perl-weekly-challenge-095 =20 Welcome to a new week with couple of fun tasks - "Palindrome Number" and "Demo Stack". 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 - 094 https://perlweeklychallenge.org/blog/recap-challenge-094 =20 Enjoy a quick recap of last week's contributions by Team PWC dealing with the "Group Anagrams" and "Binary Tree to Linked List" tasks in Perl and Raku. You will find plenty of solutions to keep you busy. --------------
=20=20 Perl Review - The Weekly Challenge - 092 https://perlweeklychallenge.org/blog/review-challenge-092 =20 Perl Solutions Review by Colin Crain. --------------
=20=20 Perl Weekly Challenge 94 https://aaronreidsmith.github.io/blog/perl-weekly-challenge-094/ =20 Aaron's solution to the second task "Binary Tree to Linked List" is so we= ll structured and organised. Cool Raku code. --------------
=20=20 Perl Weekly Challenge 094 http://www.rabbitfarm.com/cgi-bin/blosxom/perl/2021/01/10 =20 Adam, thanks for reminding us of the "Fundamental Theorem of Arithmetic". It seems I no longer know any mathematics. --------------
=20=20 Binary Linked Anagrams with Raku https://raku-musings.com/binary-linked-anagrams.html =20 I look forward to Arne's blog post every week to see how creative his tit= le is going to be. Thanks for yet another quality blog. --------------
=20=20 Anagram Nut Clusters https://colincrain.com/2021/01/11/anagram-nut-clusters/ =20 Little late but worth the effort, thanks for sharing this blog post. It is always fun and a pleasure to read. --------------
=20=20 CY's Take on PWC#094 http://blogs.perl.org/users/c_y_fung/2021/01/cys-take-on-pwc094.html =20 I like the fighting nature of Cheok-Yin. Don't give up; you are doing great. --------------
=20=20 Flattened Anagrams: Perl Weekly Challenge #94 https://jacoby.github.io/2021/01/05/flattened-anagrams-perl-weekly-challe= nge-94.html =20 Dave's blog is always inspiring and technical and keeps you engaged. Must Read. --------------
=20=20 PWC094 - Group Anagrams https://github.polettix.it/ETOOBUSY/2021/01/06/pwc094-group-anagrams/ =20 Flavio's style of blogging is very interesting. Reading his blog is a kind of magic; it always keeps you engaged. --------------
=20=20 PWC094 - Binary Tree to Linked List https://github.polettix.it/ETOOBUSY/2021/01/07/pwc094-binary-tree-to-link= ed-list/ =20 Flavio showing the power of code reuse and proving the point - 'Don't reinvent the wheel'. --------------
=20=20 Solving Perl Weekly Challenge 094 -- Group Anagrams and Binary Tree to Li= nked List https://gugod.org/2021/01/pwc-094-en/ =20 If you are looking for some Raku magic then don't forget to checkout Kang-min's blog. It is never short of cool ideas. --------------
=20=20 Perl weekly challenge 94 http://blogs.perl.org/users/james_curtis-smith/2021/01/perl-weekly-challe= nge-94.html =20 James's short and precise blog post for a quick read. --------------
=20=20 Perl Weekly Challenge 94: Group Anagrams and Binary Tree to Linked List http://blogs.perl.org/users/laurent_r/2021/01/perl-weekly-challenge-94-gr= oup-anagrams-and-binary-tree-to-linked-list.html =20 Laurent has yet another detailed descriptive blog post for both Perl and Raku. Highly Recommended. --------------
=20=20 Perl Weekly Challenge 94: I=E2=80=99M (nearly) BACK! https://fluca1978.github.io/2021/01/04/PerlWeeklyChallenge94.html =20 Welcome back Luca. It is so inspiring to see him back in action. --------------
=20=20 Perl Weekly Challenge 94 https://wlmb.github.io/2021/01/04/PWC94/ =20 Luis' one-liner is very impressive. Must Read. --------------
=20=20 Perl Weekly Challenge 94: Binary Anagrams https://blog.firedrake.org/archive/2021/01/Perl_Weekly_Challenge_94__Bina= ry_Anagrams.html =20 Roger's blog post is not just limited to Perl and Raku but it also includ= es bonus solutions in Python, Ruby and Rust. --------------
=20=20 Weekly Challenge 094 https://dev.to/simongreennet/weekly-challenge-094-2d2h =20 Simon made the Anagram Grouping task look like a schoolboy task. Incredible. --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Perl Tutorial A section for newbies and for people who need some refreshing of their Perl knowledge. If you have questions or suggestions about the articles, let me know and I'll try to make the necessary changes. The included articles are from the Perl Maven Tutorial ( https://perlmaven.com/perl-tutorial ) and are part of the Perl Maven eBook ( https://leanpub.com/perl-maven ). =20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Videos
=20=20 Advent of Code 2020 =E2=80=94 Day 12 in Perl https://www.youtube.com/watch?v=3DR00JE6QRbno =20 =20=20 --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Rakudo
=20=20 A Complete Course of the Raku programming language https://course.raku.org/essentials/ =20 =20=20 --------------
=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/01/cccxxiii-16-cpan-great-modules-rele ased.html ); MetaCPAN weekly report ( https://niceperl.blogspot.com/2021/01/cdxlix-metacpan-weekly-report.html ); StackOverflow Perl report ( https://niceperl.blogspot.com/2021/01/cdlxxiii-stackoverflow-perl-report. html ). --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
The corner of Gabor A couple of entries sneaked in by Gabor. =20=20 New Perl Course: Parallel processing in Perl https://code-maven.teachable.com/p/parallel-processing-in-perl =20 I have started to record a new course on parallel programming in Perl. I still have plenty to add to the course, but I already wanted to let you know about it and I already wanted to give you access to it. In the coming days you can use the coupon code FORK1 to get 50% discount on the course price. --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Events
=20=20 Derrick Talks renv - Purdue Perl Mongers https://www.meetup.com/hacklafayette/events/jdxwsrycccbrb/ =20 Wednesday, January 13, 2021; 5:30 PM EST --------------
=20=20 Houston Perl Mongers Online Meeting - Atomic Operations in Unix (and Perl= ). http://houston.pm.org/announce_meeting.html =20 January 14, 2021 06:00 PM Central Time (US and Canada) --------------
=20=20 Charlotte Perl Mongers - Using the ActiveState Platform https://www.meetup.com/charlotte-pm/events/275282889 =20 Wednesday, January 27, 2021; 6:00 PM EST --------------
=20=20 German Perl Workshop 2021 https://act.yapc.eu/gpw2021 =20 It will be in Leipzig on March 24-26 2021. CFP is open ( https://act.yapc.eu/gpw2021/cfp.html ). --------------
=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 Business Casual has a Whole New Meaning. Perl role in South Germany https://job.perl.careers/6bi =20 Online shopping, socializing, working=E2=80=94it=E2=80=99s a digital worl= d now, which is perfect for our client. As an international IT company managing millions of domains for retail and corporate customers in nearly every country in the world, they=E2=80=99re busier than ever=E2=80=94and they need a few s= enior Perl developers to help them continue to thrive. --------------
=20=20 Just Another Day Working in Perl Paradise (Perl developer job in Malta) https://job.perl.careers/ftu =20 Our client's Malta office is looking for Perl developers with a strong exposure to Modern Perl =E2=80=93 you=E2=80=99ll be comfortable with Plac= k/PSGI, Moose, and writing tests. Surrounded by the dazzling turquoise waters of the Mediterranean Sea, Malta is known for its 300 days of sunshine, its comprehensive and incredibly inexpensive healthcare, its arts and culture, and the delectable cuisine. --------------
=20=20 Frankenstein=E2=80=99s Monster is Just Misunderstood! Perl in Australia https://job.perl.careers/b3m =20 Our client=E2=80=99s area of expertise is decidedly less icky than ol=E2= =80=99 Frankenstein. Their unique software is used to provide genotyping information about crops, which in turn helps to develop new species of plants. Feeding the planet? Much better way to save the environment than repurposing a few arms and legs. They=E2=80=99re looking for a bright min= d with modern Perl skills. --------------
=20=20 Variety is the spice of life! Perl Developer role in Dubai! https://job.perl.careers/9ta =20 Spice up your 9-to-5 in the playground of the rich and famous! The client is a financial company whose meteoric growth over the last twenty years means that they=E2=80=99re a solid investment for anyone looking to make = a change in location for their career. A new, exciting life in one of the most dynamic international cities is only a click away, so what are you waiting for? --------------
=20=20 Free Lunch? Yes, Please. Perl job in Vienna. https://job.perl.careers/j7i =20 One of the largest product and price comparison platforms in German-speaking countries is on the hunt for a Perl programmer who wants to use their skills to eradicate inflated prices. Client is willing to consider all candidates with strong Perl, but they make heavy use of PostgreSQL, Elasticsearch, and Dancer, any of which would be useful to have experience with. --------------
=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
--_----------=_161035397441750 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=UTF-8 Date: Mon, 11 Jan 2021 08:32:54 +0000
1.0, user-scalable=3Dyes"> Perl Weekly Issue #494 - 2021-01-11 - Perl Myths
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 #494 - 2021-01-11 - Perl Myths
latest | https://perlweekly.com/archive">archive | edited by anwar.org/">Mohammad S. Anwar =20=20=20=20 =20=20=20=20
=20
|
=20=20=20=20=20=20=20=20 Hi there
=20=20=20=20=20=20=20=20 Welcome to my first edition of the newsletter for the year 2021. I = hope you have had a great start to the year.
=20=20=20=20=20=20=20=20 Today I am going to share a personal experience from back in 1999. = It was the year when I was first introduced to Perl and joined a start-up t= hat was building Perl developerment team. In the team, we had two newcomers= (incuding myself) and one senior developer. My first project was a web bas= ed app using MySQL as the database. I had really a hard time installing DBI= on my development box and the senior dev was reluctant to help me. I appro= ached my manager and he told me to build the project against a text file fo= r time being. I was given a black & white monitor and was expected to build= a colourful web app. Eventually, the project was completed despite all the= obstacles and it was time to demo it. Guess what? I was given a colour mon= itor this time. As expected it didn't look professional and it embarassed m= e. However a few months later, I found out how to install DBI.
=20=20=20=20=20=20=20=20 Why am I sharing this story?
=20=20=20=20=20=20=20=20 Well last week, a Perl enthusiast from Indonesia contacted me on Tw= itter having trouble installing endar-Hijri">Calendar::Hijri. I wondered how he founnd my Twitter accou= nt as I don't include thast information in the module's pod. After a little= fight, the issue was resolved and he got the colourful Hijri calendar. It = is so satisfactory to be able to help a fellow hacker.
=20=20=20=20=20=20=20=20 Coding in Perl? What support do you need?
=20=20=20=20=20=20=20=20 The Perl Foundation is running a y.com/r/7YCL7JZ">survey. It is aimed at newcomers to the language. Ther= e is a ongoing discussion on the subject for you to check out tps://www.reddit.com/comments/ko88ie">on Reddit
=20=20=20=20=20=20=20=20 Have you come across any Perl myths?
=20=20=20=20=20=20=20=20 I guess so, yes. Someone who has used Perl for years must have rebu= ked some Perl myths in that time. I recently came across an article titled = Debu= nking Perl Myths by Pritesh Ugrankar. I feel so happy to see a fellow I= ndian being discussed widely with regard to Perl. I would recommend the art= icle to anyone starting Perl so he/she starts with solid base.
=20=20=20=20=20=20=20=20 Let me ask you a question, can you list new features released with = Perl v5.xx?
=20=20=20=20=20=20=20=20 I have had to fight for this information during the peak when I was= actively contributing to CPAN modules. With time, I built up a series of n= otes on this. I remember Dave Cross gave net/davorg/modern-perl-catchup">talk on the similar topic at the London= Perl Workshop in 2016 and I had the honour to be in the room. I still reme= mber that was the first time I heard about the special source code token "_= _SUB__" introduced in Perl v5.16. If you are keen to read a detailed discus= sion of the features added with every new release of Perl then I would reco= mmend the latest creation from brian d foy, entitled lschool.com/books/perl-new-features/">Perl New Features. It is publishe= d by Dave Cross's Perl School= and covers releases from 5.10 to 5.32. From the little I have read so far,= it looks really promising. Every Perl dev should have a copy handy. Thanks= to brian d foy for the review copy.
=20=20=20=20=20=20=20=20 A fellow member of the erlprogrammers/">Perl Programmers Facebook Group shared a tps://www.youtube.com/watch?v=3DR00JE6QRbno">video of a struggling new Perl= developer. I enjoyed watching his struggle to get the right answer. I = am sure there will be something to learn from his experience.
=20=20=20=20=20=20=20=20 Are you looking for fresh start in the year 2021?
=20=20=20=20=20=20=20=20 It is a fact that the demand for Perl developers is not as high as = it used to be. However there is one guy, Pete Sergeant, who singlehandedly = keeps us up to date with every possible opportunity across the globe. Don't= forget to check out the opportunities at the end of the newsletter. Pete i= s not just a recruiter but he is an experienced Perl hacker. Don't believe = me? Please check out his MetaCPAN RGIE">profile.
=20=20=20=20=20=20=20=20 Last but not least, take care of yourself and your loved ones. Plea= se enjoy rest of the newsletter.
=20=20=20=20=20=20=20=20 Your editor: Mohammad S. Anwar.
| mg/mohammad_anwar.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
Announcementsiv> =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
Articles =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
CPAN =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
Grants =20=20=20=20=20=20=20=20 | =20=20=20=20 =20=20=20=20
Perl Weekly Chal= lenge =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 can even= win prize money of $50 Amazon vouchers by participating in the weekly chal= lenge. We pick one winner at the end of the month from all the contributors= in that month. The monthly prize is kindly sponsored by Peter Sergeant 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 | 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=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/dave_jacoby.jpg" title=3D"Dave Jacoby" 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 | 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 =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
Videos =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
Rakudo =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
Weekly collectio= ns =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 >
|
|
 |
|
|
 |
 |
|
|