Code & Transcript Here : http://goo.gl/DUZHJO
Best Book on Perl : http://amzn.to/1URCrYb
You can support these videos on Patreon : https://www.patreon.com/derekbanas
02:16 – Intro & Scalars
11:35 – Math
15:40 – Conditionals
23:07 – Looping
28:38 – Strings
35:25 – Arrays
44:30 – Hashes
48:29 – Subroutines
56:00 – File IO
1:00:36 – Object oriented Perl
I cover basically what you would learn in a 250 page book in this one video. We’ll learn all the basics plus pragmas, scalars, arrays, hashes, printf, print, math functions, conditionals, boolean operators, if, elsif, else, unless, ternary operator, looping, for, foreach, while, do while, reading input, given, strings functions, s///, ranges, slice, sort, push, pop, join, subroutines, recursive subroutines, packages, object oriented Perl and so much more.
Thank you to Patreon supports like the following for helping me make this video
https://www.facebook.com/cottageindus…
@kyleaisho
@thetwistedhat
vjFaLk
TheSkogemann
Amazon Auto Links: No products found.
I am new to Perl. Quick question: what is the advantage of using Perl over C? These two languages look a lot a like.
Isn’t the switch loop basically equivalent to …?
while()
{
if() { }
elsif() { }
elsif() {}
else { }
}
what does $x ||= 11 do?
muldible
Great tutorial Derek helped with a lot. However, I do have a couple of questions. I understand how to read from a file, but what if you needed to read from a directory and needed to read all the files in that directory.
hi. I have a file consist of LINEFEED character very next to the header and trailer.. I want to move those to end of the record. other records having the last character at the end only. please share your thoughts
HI Derek!!! what is the text editor you are using in ur video?
what ide are you using
Ugly language
Where do we find that straight line on the keyboard? What is teh best PERL IDE with out the Linux brain surgery.
I just wanted to say Thank you for a Great tutorial on Perl, This for me was an excellent refresher as it covered most of the things I needed to remember, not I only have to do a small amount of refreshing on things like multi dimensional hashes and specific modules – So again Thanks – I haven’t yet but am about to go through the rest of your videos and see what other cool ones you have made
Why learn perl???
it’s like LUA
how can i have an editor with auto completion “on windows” like yours? any help would be appreciated , thank you.
I’m great fan of you teaching videos. I do have a request/ suggestion for a video. There are next to zero decent and in depth videos on recursion. Could you look into doing a recursion and its uses/ application?
Whoever uses Linux with Ubuntu version 16, I have a question. Why did they remove *syntax* from VI. The coloring of the words really helped me know if I was doing something wrong. And don’t tell me to just use a text editor because I hate those.
Thanks a lot for the fast-paced and great tutorial, I have a question, If I have 3 arrays, I want to sort one of them and at the same time sort the other two based on entries in the first one. for example
array1 array2 array3
5 d yy
1 c tt
2 a uu
after sort:
array1 array2 array3
1 c tt
2 a uu
5 d yy
Thanks.
Thank you Derek. I really needed the short introduction to the language. I successfully passed the exam with your help.
in order to use Pearl do you have to download a program can you use CMD to access Pearl
thanks sir..you have helped me a lot… 🙂
This was so helpful! Thanks!!!!!!
so you are polish, objazdowo
all I learned was Assembler and COBOL (yeah outschool) and find a dislikening to Java but Perl seems fine with me, it has some similarities with Ruby
DEREK IS PERL OUR LAST CHANCE TO CODE HARMONY #CODEHARMONY ? IF YES WHAT BOOK I WILL BUY ?
Very best tutorial. Thank you!
What software are you using to code this though? Please? If anyone knows, I am new to perl and very confused lol
Nice video, I like PERL, good delivery. You have done some videos. Cool.
I actually prefer Perl over Python. Is that weird?
You should make videos of learning sed and awk in one videos
Apart from string manipulation I don’t see the point of this language.
i WAS HAPPY TO CAN MADE IN PERL THE SOFT FOR ION MURGU GOD EQUATIONS OF BALANCE AND FOR HST, THEN I GET INTEREST TO GO FURTHER, THANKS FOR ANSWERS!
I’d hate to be a pain in the arse, but here is the issue for a lot of us. We don’t have time to become computer techies. Even easier things are like brain operations to us. I have tried those so called Easy to use programs (Not just programming) with CADS, and other Software. How do we connect PERL and other languages to Geany and Eclipe? How do we run them? Back in the day we just ran a program on a terminal and added run, and the program ran before our eyes. It isn’t just with computers. I seen a TV show where there is this great divide between techies and everyone else. Even running audio euipment takes rocket science. That TV program showed that Techies do not communicate to regular people well. I guess we could inspire fols like you to make step by step type videos. I also noticed the instruction videos look nothing like the stuff we are usuing. Wouldn’t it be nice if things where like the old days when we could just run something.
> makes variable named $is_not_intoxicated
> negates it when used
*y tho ಠ_ಠ*
great one! thanx!
50:38 Bob Ross?
Nice tutorial!!