Rare Interview with a Perl programmer

Sdílet
Vložit
  • čas přidán 28. 01. 2022
  • Perl programming language
    Rare Interview with a Perl programmer with Walter Wallis - aired on © The Black Perl.
    Find more Perl Art & Poetry under:
    docstore.mik.ua/orelly/perl/p...
    Programmer humor
    Perl humor
    Programming jokes
    Programming memes
    Perl
    Cobol memes
    Cobol jokes
    #programming
    #jokes
    #perl
  • Jak na to + styl

Komentáře • 544

  • @naiemk
    @naiemk Před 2 lety +2827

    So true! I wrote a perl script 17 years ago in a large telecom company to process some data. Their CTO found me in facebook 15 years later to ask a question about it!

    • @HermanWillems
      @HermanWillems Před 2 lety +230

      hahahaha My God. Software is such a messed up place. :)

    • @hawks3109
      @hawks3109 Před 2 lety +350

      no kidding, I experienced this with c++ because the company had a blowout and lost all their devs except the new guys. They offered me 15k and a writeup contract to my current job for me to go on loan for a week to teach them the system we wrote lol

    • @HermanWillems
      @HermanWillems Před 2 lety +51

      @@hawks3109 what is this blowout you speak off. Lately we also got like many software engineers leaving due to how things go... im also about to leave and im on 2 huge projects and am the only software engineer that has experience in programming these kind of systems. (You also not only need to know a language, but also have experience with how these systems operate in practise) i feel like probably make them furious. But i get too stressed not only with these 2 huge projects but get constantly interrupted with other projects.

    • @hawks3109
      @hawks3109 Před 2 lety +71

      @@HermanWillems I know what you mean. interruptions are part of every company I've been at though. The more you know, the more people come to you. It's just how it goes.
      The blowout was that all of their existing engineers all left to bigger companies. They lost them all too quickly to pass the knowledge on. I got paid for 1 week of my time, plus my current company got paid a buyout for my time that week as well. I put together a few slides on what I remembered and presented them. Answered questions, then showed them how we used to do our workflow with the system. I fixed a few example bugs to demonstrate what I was showing them. Then I left haha

    • @snoopyjc
      @snoopyjc Před 2 lety +9

      That was you??? :-)

  • @topcivilian
    @topcivilian Před 2 lety +1151

    "The reason I use Perl is because
    I wanna write scripts that no one
    can read and no one can understand
    so that I can keep my job."
    -Walter Wallis

    • @GuillermoPradoObando
      @GuillermoPradoObando Před 2 lety +23

      it could be applied on a lot of languages

    • @psadi_
      @psadi_ Před 2 lety +12

      And that’s a bad practise, not healthy to you and your team. But as a meme I commend this.

    • @Kevin-jv7mz
      @Kevin-jv7mz Před 2 lety +17

      @@psadi_ Bad practice, good praxis.

    • @psadi_
      @psadi_ Před 2 lety +1

      @I ain't no millionaires son! I hate to be that guy, But yeah I feel ya

    • @studybuddy7060
      @studybuddy7060 Před 2 lety +4

      @@GuillermoPradoObando Have you seen perl's syntax? if you have seen you might say otherwise

  • @JanilGarciaJr
    @JanilGarciaJr Před 2 lety +627

    - "Is this encryption?"
    - "This is a new perl script I've been working on"

    • @kurdishpotato1707
      @kurdishpotato1707 Před 2 lety +14

      That killed me :V

    • @mllenessmarie
      @mllenessmarie Před rokem

      Good one! :v

    • @iarde3422
      @iarde3422 Před 10 měsíci +1

      I can say the same thing about python. It looks cryptic to me.

    • @B20C0
      @B20C0 Před 10 měsíci +2

      @@iarde3422 Ah cmon, Python is almost written English except for the damn indentations.

    • @iarde3422
      @iarde3422 Před 10 měsíci +2

      @@B20C0 yeah, right. When I look @ python program, it's really hard to understand, what is going on and when I understand something, but not everything and I understand most in C++ programs. Also, programs in python are too wordy in comparison to perl.

  • @XetXetable
    @XetXetable Před 2 lety +2066

    I once opened up a Perl textbook and in the introduction it said that the book was about Perl 5 instead of Perl 6, despite 6 being more well designed, because getting hired as a Perl developer means maintaining old code, not writing new code, and since companies mostly have old Perl 5 code, there's no point in learning Perl 6. Saddest thing I ever read, and never looked at Perl again.

    • @winken2666
      @winken2666 Před 2 lety +36

      Lol

    • @jeffspaulding9834
      @jeffspaulding9834 Před 2 lety +152

      Yeah, Perl 6 kind of spun out of control and went off to become its own language (Raku). The next version of Perl will be Perl 7, skipping 6 entirely. It'll be similar to Perl 5 but with some of the older cruft removed and the rest cleaned up a bit.
      If you're comfortable with shell scripting and have worked with awk, sed, etc., Perl's great. It's a very useful tool for a UNIX/Linux sysadmin or someone that needs to do real-world quick-and-dirty text manipulation. Programmers used to more conventional languages tend to find it weird and awkward, though, which is a major reason you don't see it used for newer projects.

    • @arghyaganguly8570
      @arghyaganguly8570 Před 2 lety +3

      Haha

    • @arthurmorgan8966
      @arthurmorgan8966 Před 2 lety +25

      @@jeffspaulding9834 Last Perl script I wrote was 6 years ago. But I use one liners of Perl every day. They are super handy, simple and fast.

    • @jeffspaulding9834
      @jeffspaulding9834 Před 2 lety +9

      @@arthurmorgan8966 I don't use Perl as much as I used to, although that's mostly because most of my text-mangling has moved to Emacs Lisp. Not that anything is wrong with Perl, it's just that Emacs fits the workflow for my current job better than Perl.
      I never got into the one liner habit with Perl, strangely enough - I intentionally avoid using Perl for one liners just so my (rather mediocre) shell scripting skills don't go rusty on me.

  • @lostman65
    @lostman65 Před 2 lety +251

    "What happens in the 80's stays in the 80's .... except for Perl" lol!

  • @tortiecatman
    @tortiecatman Před 2 lety +1111

    "I want to use Perl so I can write scripts no one can read or no one can understand." This is true even for other Perl programmers. It doesn't have to be a write-only language, but often that's what happens.

    • @shrikanthpai6604
      @shrikanthpai6604 Před 2 lety +53

      No one can read or understand. Includes the author of the script too

    • @DanielAfonso-IT_Consultant
      @DanielAfonso-IT_Consultant Před 2 lety +19

      I think that's what this video misses the most... we never set out to write unreadable code, it's just a byproduct of having no coding discipline and a deadline.

    • @gordonzar992
      @gordonzar992 Před 2 lety +7

      Not at all. I can understand pretty much everything people write in perl. Even if they sometimes use unconventional formating

    • @gordonzar992
      @gordonzar992 Před 2 lety +6

      Ask any other perl programmer, they'll very likely tell you the same thing

    • @HermanWillems
      @HermanWillems Před 2 lety +20

      @@DanielAfonso-IT_Consultant i have this at my work. I write a program 80% finished. But the company needed me on another project. Someone else finished it in a rush. A new guy. And then it became unreadable and a huge spaghetti. He did not keep himself to the original dataflow structure. And later on... when the program was in testing phase it ended up all having bugs. And then they said i need to fix it because i made the program. Literally 100% of all the bugs where in the spaghetti code or either the guy bing too lazy to handle errors. Just only programmed happy flow. Me: puked and removed literally all his code and finished the last 20% rewriting it. My god.

  • @eriksab1609
    @eriksab1609 Před 7 měsíci +27

    Fun fact, Perl is only 4 years older than Python.

  • @Thomasfrank
    @Thomasfrank Před rokem +189

    As it happens, I'm writing a script for a regular expressions tutorial. Mind if I use that clip of you saying "regular expressions" as a cutaway joke?

  • @AmpharosSquad
    @AmpharosSquad Před 2 lety +384

    as someone who had the "pleasure" of doing IT work with an entire environment built in perl - this video is so god damn accurate of the people around

    • @edsanville
      @edsanville Před 2 lety +54

      Do you remember back in 19?

    • @unknownalien3837
      @unknownalien3837 Před rokem +3

      sorry you had to endure that

    • @robrick9361
      @robrick9361 Před 8 měsíci +3

      @@edsanville 😏👈👈.......think about it

    • @jeromeglick
      @jeromeglick Před 8 měsíci

      @@edsanville ...uh, like uh, 20th century.

    • @Zmej420BlazeIt
      @Zmej420BlazeIt Před 17 dny

      ​@@edsanvillei remember back in 19

  • @AndyChamberlainMusic
    @AndyChamberlainMusic Před 2 lety +298

    to be clear, he's talking about the year 19 AD, back when he was writing build scripts with teenage jesus

  • @iarde3422
    @iarde3422 Před 2 lety +111

    Perl, the most beautiful, powerful and flexible scripting language. Live long and prosper!!!

    • @user-ub3hd4sy4e
      @user-ub3hd4sy4e Před rokem +13

      here we have the uprising of the dead

    • @iarde3422
      @iarde3422 Před rokem +5

      @@user-ub3hd4sy4e It kicks ass to most of the languages. Otherwise, why would you think, all other languages would adapt perl's features?

    • @volodymyrkleban1484
      @volodymyrkleban1484 Před 22 dny +1

      Don't forget: concise and fast! Fast to write, fast to run. Did I mention job security?

  • @yourix2
    @yourix2 Před 2 lety +91

    The dice roll got me rolling!! Hahahah

  • @gregorymccoy6797
    @gregorymccoy6797 Před 11 měsíci +48

    Programmed in Perl for many years. The language is wonderful. Still wish I was allowed to use it. The whole video is a riot!!! Awesome job.

    • @potato9832
      @potato9832 Před 4 měsíci

      Perl 6 killed it. IMO. It created confusion. Companies either remained on Perl 5 or migrated to something else. Often Python.

  • @gregmattson2238
    @gregmattson2238 Před 2 lety +426

    as a perl programmer I find this hilarious.

    • @platin2148
      @platin2148 Před 2 lety +41

      Such people still exist amazing 🤩

    • @user-vj9hb3gy6d
      @user-vj9hb3gy6d Před 2 lety +8

      sus

    • @HonestObserver
      @HonestObserver Před 2 lety +17

      Are you a Highlander?

    • @Animaniac-vd5st
      @Animaniac-vd5st Před 2 lety +12

      I'm one of 15 Perl programmers in our company.
      And our code base isn't even from last century - Perl is just good at 95% of what we are doing.

    • @cazino4
      @cazino4 Před 2 lety +6

      A perl programmer in 2022! Whyyyyyyyy. 😀

  • @flyingsquirrel3271
    @flyingsquirrel3271 Před 2 lety +60

    "What happens in the 80ies, stays in the 80ies. Except for pearl." :'D

  • @dustinmorrison6315
    @dustinmorrison6315 Před 2 lety +141

    The most useful script I have ever written was in Perl.
    It is 14 lines long and converts EBCDIC into UTF-8.
    It could have been shorter, but I was new.
    Perl is amazing for rolling your own prettifiers and transpilers.

    • @aeronwolfe7072
      @aeronwolfe7072 Před rokem +10

      agreed. i used to be a damn good perl programmer back in the day. today, I only use Strawberry Perl for Windows, and only if I have to do some crazy text manipulation on some files or something.... Perl can be very useful on Windows. One time, I had a client with 3500+ users on a Windows NT (3 or 4 or some version) and I needed to get them onto a Windows 2003 AD server, and I didn't know their passwords, and I could ONLY get their social security numbers, to use the last 4 digits, to create a unique password for each user, from an ANCIENT Unix system called Ultrix (i think?)..... needless to say, Windows AND Unix perl, made it possible. Even Waaaaaay back then. Today, it still has niche uses on the server and i'll always love it! :)

    • @danlindy9670
      @danlindy9670 Před 9 měsíci +3

      Late to this conversation, but thanks for pointing out the utility of Perl. It’s just a tool and it’s terribly jaded to compare it to languages it was never meant to compete with. Like a religion, the only thing wrong with a programming (or scripting) language is it’s fundamentalist following.

    • @takeshikovax6254
      @takeshikovax6254 Před 9 měsíci +2

      Yeah, it's pretty good for data munging. I used it a little bit for graduate work just to see what the language was like. It's not elegant, but it's convenient for certain tasks.

  • @GravitoRaize
    @GravitoRaize Před 10 měsíci +25

    I think now that you've done a few of these and have the hang of it you should do this again for Perl. I'm a Perl programmer and the 1990s were the best scripting days for the language, IMHO.
    There's a few more jokes you can put in here, too. One is having the programmer talk about how there will always be a need to debug other people's code, then look at the code, say "What the hell was this guy doing?" followed by "Who wrote this code anyway?" followed by "Oh, I wrote it twenty years ago!" Cause that's actually happened to me. :D
    Also, do a "I'm not sure I can figure this out, I'll just email Larry." Larry Wall was notorious in the early days for engaging with the community at a time when other languages didn't have that kind of access to the developer. As other people started maintaining and helping with the code, they continued that tradition.
    Also, it's fun to criticize how many lines of PHP it takes to do something with only one line in Perl. In fact, Perl is one of those scripting languages where I often find myself trying to do everything in just one line of code. I don't recommend this for newbies though, and honestly, PHP is more useful than Perl like 90% of the time for web applications anymore. Perl is really handy if you need to do a simple regex, though.

    • @zellfaze
      @zellfaze Před 4 měsíci

      I feel like we've all had that experience when looking at our own code. That bit about one liners really brought me back.

  • @chunye215
    @chunye215 Před 2 lety +25

    Suspenseful music. Two FBI agents standing behind the division's prodigy hacker, for the serious cases. Every second counts. He's almost in the enemy's system. Frantic hacking on the keyboard, cool hacker stuff on the screen.
    Hacker, smug undertone: "Bingo, we're in"
    Agent1: "so where is it?"
    Hacker: "just a second... Got it, this file will tell us everything"
    The hacker locates a file and opens it in vim. The camera focuses on the screen, which displays a 20 line Perl Script.
    Hacker, with desperation in his voice: "oh no..."
    Agent2: "what is it?"
    Hacker: "it's heavily encrypted. This is gonna take weeks!"

  • @jordanasghar6419
    @jordanasghar6419 Před 2 lety +22

    Is this encryption?
    ... It's a new Perl script I'm working on 😂

  • @Dalroi1
    @Dalroi1 Před 2 lety +35

    Perl is still my goto language for text-manipulation tasks, horses for courses, then C++ and C# for most other work.

    • @quervo151
      @quervo151 Před 2 lety +4

      is pretty good at processing data, for projects like ERP systems is actually the best solution

    • @mandisaw
      @mandisaw Před rokem +2

      Learned perl in the 90s for early web/CGI scripting, but will always treasure it for regular expressions. Well-written regex in a parser is like gold.

  • @jehaande
    @jehaande Před 3 měsíci +2

    Perl was the first language I really used for anything useful, and I began using it back in 1998 when I started using RedHat 5.2. For years, the only two only languages I used with frequency was Perl and TCL.
    What I quickly realised was that savvy Perl'ers had a tendency to write really condensed code, and when I also noticed the genre "Perl golfers", where the purpose was to write code in a single line if possible. For a beginner, reading that code blew a fuse or two quite often, and it was impossible to understand what is going on.
    I loved it for its versatility, and when discovering CPAN a whole new world opened up.
    Wouldn't define it as a pretty language, as it is possible to write the worlds least comprehensible code with Perl - but still has a special place in my heart ❤

  • @timapple9580
    @timapple9580 Před 2 lety +22

    still using PERL today lol

  • @_DRMR_
    @_DRMR_ Před 2 lety +8

    I missed the "there is more than one way to do it" shout-out in here.

  • @enilenis
    @enilenis Před 9 měsíci +4

    Used to maintain a network rendering tool written in Perl. Since nothing else was in Perl, I had to make an interpreter from Perl to C and only knew how to do it in Python. And yes, no one except me could understand anything that was going on under the hood. The application got retired eventually in favour of a pure Python environment.

  • @filippxx
    @filippxx Před 2 lety +61

    I remember back when I started as technical lead and we had to interview a contractor to help with some cobol. A guy showed up so old he could have been my grandpa. What can you ask a guy who is coming to work after retirement from IBM? Instant hire.! 😎

    • @AmstradExin
      @AmstradExin Před 2 lety +9

      Was that...in...19....

    • @jeromeglick
      @jeromeglick Před 8 měsíci +2

      @@AmstradExin ...ah, uh... Reagan administration!

  • @ATXAdventure
    @ATXAdventure Před 2 lety +39

    "Is this encryption? Its a purl script I'm working on." 😂😂😂😂

  • @xance
    @xance Před 2 lety +15

    This one is the best "I wrote the black pearl". Keep it up! Please do one with C#, dotnet, visual basic, pascal

  • @TheSadilek
    @TheSadilek Před 8 měsíci +3

    Cracked up at 'regular expression'... I can remember me telling people 'regular expression' all the time when learning Perl.

  • @atyt22
    @atyt22 Před 2 lety +8

    ‘“Y’all want something to drink? Well get ya self sumthin” 😂😂

  • @SimGunther
    @SimGunther Před 2 lety +8

    "I remember back in nineteen-"
    _Confused looks intensify_

  • @GirishVenkatachalam
    @GirishVenkatachalam Před 2 lety +5

    I love perl

  • @oluwayanmistephen6820
    @oluwayanmistephen6820 Před 2 lety +20

    "What happend in the 80's stays in the int 80's ...........except for perl"

  • @rezzob
    @rezzob Před 2 lety +12

    “everyone says perl is dead, not while Im still here!” even a non-programmer bursts to laugh to that truth )))

  • @unfa00
    @unfa00 Před rokem +5

    Dude. I wrote production software in Bash. I am not sure if that company is still around, but my stuff was working great at the time that I left.

  • @rickst
    @rickst Před rokem +4

    The truth IS that python IS almost as old as Perl.

  • @bluesquare23
    @bluesquare23 Před 10 měsíci +5

    Perl is like a thermos, it keeps cold things cold and it keeps warm things not impossible.

  • @ickcall9208
    @ickcall9208 Před 2 lety +5

    This has got to be one of my all time favorite skits

  • @sebastiantomasalvarez
    @sebastiantomasalvarez Před 2 lety +11

    Coded scripts and web backend with Perl more than 10 years ago. I kept in touch with my ex boss and sometimes I help with something... I can tell that some of my really old Perl code still is running some backend stuff.

    • @CARPB147
      @CARPB147 Před 7 měsíci +1

      Same here. Perl brought beautiful solutions to tough immediate problems.

  • @davecarvell
    @davecarvell Před rokem +8

    Perl gives me the flexibility to write unreadable code, if that's what I want to do. It's also flexible enough to let me write with a clarity I can't match with other languages.

  • @LARathbone
    @LARathbone Před 9 měsíci +6

    Perl: We want our programming language to feel like natural language.
    Also Perl: REGEX FTW!

  • @robrick9361
    @robrick9361 Před 9 měsíci +1

    The index finger to the temple is too damn funny.

  • @jeromeglick
    @jeromeglick Před 8 měsíci +3

    I remember these high school nerds be like so amazed by Perl like it was the holy grail, so exotic. Everything could be done better or more optimized or more elite in Perl, but in reality, who would do that? Taught me everything I needed to know about Perl. Btw what accent is this? Just about as understandable as my mechatronics prof's Soviet-era Ukrainian accent.

  • @alexhajnal107
    @alexhajnal107 Před 5 měsíci +3

    Perl is really handy for prototyping algorithms for C code. Perl's really expressive so boilerplate and ancillary code are quick to write (no need to worry about declarations, string functions, etc.). The actual algorithm being developed can be written in a C-like syntax. Once it's been implemented and tested converting it to actual C code is very easy.

  • @insertoyouroemail
    @insertoyouroemail Před 2 lety +48

    It's insane that with such a large and vital industry almost a century old at this point, no one outside it has figured out yet that we don't know what we're doing.

    • @alonsoACR
      @alonsoACR Před 2 lety +3

      Whatever do you mean? This is our career how can we not know what this is about

    • @heartache5742
      @heartache5742 Před 2 lety +4

      i know
      i'm onto you guys
      i know oop is a waste of time

    • @insertoyouroemail
      @insertoyouroemail Před 2 lety +6

      @@heartache5742 I work with Haskell professionally so you're preaching to the choir! ;)

    • @PixelOutlaw
      @PixelOutlaw Před rokem +1

      "We Really Don't Know How to Compute!" by Sussman.
      czcams.com/video/HB5TrK7A4pI/video.html

    • @insertoyouroemail
      @insertoyouroemail Před rokem

      @@PixelOutlaw love sussman :)

  • @pille4812
    @pille4812 Před rokem +11

    I am working with Perl in a ERP System where it is used for customizing the Standard Software with a nice Qt based GUI. And yes I am 50+ 😊

  • @user-zd7id9rx3f
    @user-zd7id9rx3f Před 9 měsíci +2

    Fun with regular expressions!

  • @hansneusidler7988
    @hansneusidler7988 Před 2 lety +29

    I use perl since 1995 and i still love it today, even my company has moved away from it

  • @susiebaka3388
    @susiebaka3388 Před 10 měsíci +3

    CTO at my first job was perl and emacs user. We were full stack perl lmao. One liners and everything. This mixed with the emacs video 10000% him

  • @pm71241
    @pm71241 Před 2 lety +21

    Used to do a lot in Perl.
    I learned the hard way not to try to larger applications in it, but it's still my go-to language, when I find bash annoying.
    And as a "practical extraction and report language" for text based data it's still a faster tool than, say, PHP, Python, Ruby...

    • @marcogeracao4682
      @marcogeracao4682 Před 2 lety +2

      It's faster because it uses different (monolithic) thought process to achieve the same goal. It's not the language itself but the logics behind it. Nevertheless, it's a lot more fallible if it's done the wrong way though XD XD XD.

    • @incremental_failure
      @incremental_failure Před rokem

      It's fast but it's probably best to use python with pandas and/or numpy.

  • @dgh25
    @dgh25 Před 8 měsíci +1

    "I REMEMBER BACK IN 19...." 😂😂😂😂😂😂

  • @anpesx
    @anpesx Před 5 měsíci +1

    "Is this encryption?"
    "It's a new Perl script that I'm working on"

  • @StevePlaysBanjo
    @StevePlaysBanjo Před 2 lety +8

    I remember stealing CGI Perl scripts from Matt’s Script Archive back in 19…
    (That site STILL hasn’t changed a bit! 😨)

    • @AmstradExin
      @AmstradExin Před 2 lety +2

      In 19.....

    • @mandisaw
      @mandisaw Před rokem +1

      "That's a name I've not heard in a long time... a long time"

  • @quotablecode
    @quotablecode Před 2 lety +7

    This guy... I tell you... This guy gets it man

  • @ryan_layne
    @ryan_layne Před 2 lety +62

    Usually the more you code in a language the more you enjoy it and appreciate its features and caveats. Perl is one of those languages that, the more you code in it, the more often you say, “y tho?”

    • @davidwuhrer6704
      @davidwuhrer6704 Před rokem +4

      Learning to appreciate its features is just part of learning a language. But use a language enough, and you'll start to notice more and more of its shortcomings.
      Perl is not any different.

    • @ryan_layne
      @ryan_layne Před rokem

      @@davidwuhrer6704 It’s been the opposite for me.

    • @davidwuhrer6704
      @davidwuhrer6704 Před rokem +1

      @@ryan_layne How so?

    • @ryan_layne
      @ryan_layne Před rokem

      @@davidwuhrer6704 Learning to appreciate features and patterns has come from learning many many languages for many years and using a language enough I start to notice all the things that suck about it. Perl is what happens when you have to keep backwards compatibility and try to shoehorn modern language features into an outdated and poorly designed language. To be clear, there are things that suck about most if not all languages. I just find that perl has more suckage than just about every other language I use. Sure, this is just my opinion, but I can make a list of things that i personally think are dumb about many languages based on experience with many languages. Perl's list is quite long, hehe.

    • @davidwuhrer6704
      @davidwuhrer6704 Před rokem +1

      @@ryan_layne Yes, I don't see what the difference is.

  • @jkbenedict
    @jkbenedict Před rokem +2

    REGULAR EXPRESSIONS -- Yessir!

  • @0xkudz4i
    @0xkudz4i Před 2 lety +3

    "I remember back in 19...."

  • @alancotaes
    @alancotaes Před 2 lety +1

    Dude this is awesome!! 😂

  • @joshsera
    @joshsera Před 2 lety +3

    Accurate, because I could only understand about half of what the guy was saying.

  • @MrSuperJaskirat
    @MrSuperJaskirat Před 2 lety +12

    CZcams better make this guy popular

  • @GerbenWijnja
    @GerbenWijnja Před 2 lety +13

    The interview itself was written in Perl, nobody understand it.

  • @factChecker01
    @factChecker01 Před rokem +21

    I have translated some scripts FROM Python TO Perl and the result was so much easier to understand and maintain that I was able to hand the code to others to modify to their needs. Perl is made for scripts and has several scripting features in the language that Python can only do tediously.

    • @iarde3422
      @iarde3422 Před 10 měsíci +5

      I did the same for the same reasons. Rewrote python to perl, because it is easier to maintain and understand. And some Java apps had the same fate.

    • @paulie-g
      @paulie-g Před 9 měsíci

      @@iarde3422 You two are the only people in the universe who find Perl more readable and maintainable than Python. Unless you're doing lots of shell stuff or heavy text transformations, I don't see how it's possible.

    • @CARPB147
      @CARPB147 Před 7 měsíci +2

      @@paulie-g Count me as # 3.

  • @daxramdac7194
    @daxramdac7194 Před rokem +2

    Yall want something to drink? Well git yourself something to drink then. 😂😂

  • @BoatyMcBoatface669
    @BoatyMcBoatface669 Před 2 lety +9

    What a great video! Look at how you've created a community 👍
    And the comments are priceless. Thanks to everyone who's shared their pain with us all here! LOL

  • @Babs42
    @Babs42 Před 2 lety +7

    It’s kind of funny how most here have no idea that you can use Moose/Moo, DBIC, Test::More, Mojolious or Dancer and write a modern microservice with Perl.

    • @CARPB147
      @CARPB147 Před 7 měsíci +1

      Yep. Most haven't the foggiest clue, but it doesn't stop them from commenting out of sheer ignorance. Amazing.

    • @YaroslavFedevych
      @YaroslavFedevych Před 5 měsíci

      DBIC, probably the only ORM in existence that enables SQL injections.

  • @franknord4826
    @franknord4826 Před 2 lety +100

    I started a remote job where I write Perl last year. It's been a decade since I used the language and it's still awful.
    (To be fair, at least back then, it was a definite step up from PHP)
    Perl 7? Was supposed to have a release candidate a year ago - that still hasn't happened And that's how things
    are going *after* the whole Perl 6 debacle all those years back.
    I guess you just have to be in awe of a language that still doesn't have function signatures enabled by default
    in 2022. And it isn't even clear if those will be enabled by default in Perl 7 once it drops in 2035.
    I implemented decorators using attributes, because that's syntactically the cleanest way I found - and was told
    by the developer who did much of the work on the Perl attribute system that the attribute system is garbage and
    that I shouldn't depend on it because it might drastically change - nice. I still use that decorator implementation
    in production because I know that by the time the attribute system sees a meaningful refactor civilization will
    have collapsed anyhow.
    Also one of the Perl core devs is one of three people I ever put on /ignore in IRC because holy shit I have never
    talked to anyone so obnoxious in my entire life - and I have talked to conspiracy theorists, alcoholics,
    schizophrenics and various combinations thereof.

    • @AustinRiba
      @AustinRiba Před 2 lety +7

      This is amazing. The creator of this video should interview you. The IRC bit would be fantastic.

    • @iarde3422
      @iarde3422 Před 2 lety

      Your yapping sounds like you are a leftist liberal.

    • @abrahamdsl
      @abrahamdsl Před rokem +1

      where is your company located?

    • @Solathian
      @Solathian Před rokem +1

      use v5.36; -> signatures are enabled

    • @brinckau
      @brinckau Před 11 měsíci +7

      The fact that this Perl dev is obnoxious is definitely relevant. I know a Rust dev who is not obnoxious. And you know a Perl dev who is. So I'm gonna learn Rust. I'm glad I read the comments.

  • @MatthewMartinDean
    @MatthewMartinDean Před rokem +1

    I remember back in 1919... Hollerith Machines.

  • @KennethBoneth
    @KennethBoneth Před 2 lety +9

    This is legitimately just very funny

  • @TubularAnimator
    @TubularAnimator Před 2 lety

    So happy I subscribed recently and receive all your notifications.

  • @adabujiki
    @adabujiki Před rokem +1

    Ohhh yes! yet another masterpiece from my favorite weird guy on CZcams.

  • @TubularAnimator
    @TubularAnimator Před 2 lety

    🤣So happy I subscribed recently and receive all your notifications.

  • @XRENDERMAN
    @XRENDERMAN Před rokem +1

    You convinced me to go back to Perl (it was my first language in ±2003).

  • @buraky16
    @buraky16 Před 2 lety +7

    there are people still using perl professionally, because they can't be replaced ! lol

  • @NicolaiNita
    @NicolaiNita Před rokem +4

    "I remember back in 1919 when I was 19..." 🤣

  • @KA-rt6bb
    @KA-rt6bb Před 2 lety +5

    It's a shame this one isn't the most popular

  • @SomePotato
    @SomePotato Před 7 měsíci +1

    Given that some banks still use EBCDIC, you should have great job security as a Perl dev.

  • @jimofleisure2399
    @jimofleisure2399 Před 2 lety +4

    The **ONLY** inaccurate part of this video is that he wasn't drinking Jolt Cola

  • @udirt
    @udirt Před 11 měsíci +3

    Y'all writing in past tense is telling. But pretty perl is possible, I've seen it.

  • @CharlesWeill
    @CharlesWeill Před 2 lety +5

    I remember back in 19 as well.

  • @matthewmacgregor
    @matthewmacgregor Před 2 lety +11

    All the Perl programmers that I know are actually super badass punk rock types.

    • @awjaaa
      @awjaaa Před 2 lety +5

      You may sit at the cool table during lunch, today. ^5

  • @Gabriel-V
    @Gabriel-V Před 2 lety +3

    Walter Willis: How do you know what files got imported?
    *throws two dice* 🤣🤣🤣🤣

  • @PplsChampion
    @PplsChampion Před 2 lety +2

    this is kurt russel at that artic research station 20 years after the end of "the thing"

  • @turkantay
    @turkantay Před 2 lety +4

    Year 2022 and I was hired for Front end. Then I got to know I had to write my codes with Perl.......

  • @NightKnight252
    @NightKnight252 Před 2 lety +2

    I love even the title comes with a troll with the word “rare”😆

  • @AndyCutright
    @AndyCutright Před 2 lety +3

    Perl Poet! That is so spot-on.

  • @jonastio
    @jonastio Před 2 lety +3

    What perl programmer would be using pico/nano? They'd be having a vi vs emacs argument and the folks using pico would be ushered out of the room.

  • @sociotechnical_software
    @sociotechnical_software Před rokem +8

    I am this person. Also I have worked with a ton of these people. Also perl still rocks :)

  • @AmstradExin
    @AmstradExin Před rokem +4

    I think the point of the 'I remember back in 19......' quote was that they cut all his anecdotes out in editing. :D

    • @bany512
      @bany512 Před rokem +3

      or maybe hes so old that he can only remember 19 and not even the full date :D

    • @mandisaw
      @mandisaw Před rokem +3

      It's likely supposed to be an oldtimer getting forgetful about the specific year, and only getting as far as "19... ah..." because it was 1980s/90s. As someone from that time, I take offense 😅

  • @thoughtheglass
    @thoughtheglass Před 7 měsíci

    can you make a video about lisp?

  • @vincentpeterson9339
    @vincentpeterson9339 Před 2 lety +6

    ironically learns perl

  • @Rider0fBuffalo
    @Rider0fBuffalo Před 2 lety +4

    At least the the standard out function has a reasonable name.

  • @JunkerSchmidt
    @JunkerSchmidt Před 2 lety +4

    Wise words from an old man.

  • @Echodonut
    @Echodonut Před 7 měsíci +2

    I love Perl!

  • @mcdougles
    @mcdougles Před 2 lety +3

    I would love to see COBOL/Mainframe :D

  • @Spaaace
    @Spaaace Před 2 lety +1

    "well gitcha seves sumthin.."
    Dad???

  • @sankalpietechtips
    @sankalpietechtips Před rokem +2

    Very inspirational.
    I am now learning Data Structures in Perl 💀

  • @wherami
    @wherami Před 11 měsíci +1

    I just ran into a perl script the other day. This is too true. I had to come back and say it again lol

  • @informativecontent4778
    @informativecontent4778 Před 2 lety +1

    All these jokes went over my head

  • @TheRedneckPreppy
    @TheRedneckPreppy Před 2 lety +16

    "[S]o I can write scripts no one can read or no one can understand."
    As a Perl programmer back in the long ago times, I smiled when I heard that.

  • @jamesstewart1916
    @jamesstewart1916 Před 2 lety +9

    Yeah.. make fun of Perl, then explain why you need NVM so you can run five different versions of Node on one server. There are worse things than having to modify a script which has been running perfectly for the last twenty years on the legacy server. I haven't even checked what version of Perl I was running since I fixed the last Y2K bug back in 19100.

  • @NotTheHeroStudios
    @NotTheHeroStudios Před 11 měsíci +1

    the dice roll murdered me lmfaoaoooo