Perl Programming - Introduction to Perl

preview_player
Показать описание
Perl Programming - Introduction to Perl
Welcome to my Introduction to Perl course. This is section 2 and I’m just going to go over the overview of what we’ll be learning and covering in this section today. Let’s dive right into it.
What will you learn in this section? The first thing is that we’re going to get and install our Perl environment. This includes going out to the Internet and downloading the IDE or the software needed to run our programs and create our source code. So again, I’ll guide you guys step by step. Just be aware for your MAC OS X users, Perl is already installed by default that you can use with your command shell or what not. But majority for our Windows users, this is where I show you guys how to go out to the Internet and download and properly install our Perl integrated development environment to test and run our Perl applications.
Creating a first Perl program, again I’m going to guide you guys step by step how to create your first Perl program, show you guys the basics and why it functions the way it does. Just like any other programming language, they have their first Hello world program, but with us, we’re going to do our first Hello Perl program.
I’ll show you personal advanced Perl examples that I’ve personally created and is going to pretty much resemble our final project and I’m going to prepare you guys with the skills to run that kind of program that I’ll show you.
For our section outro or our conclusion, I’m just going to go over everything that we’ve covered in our lectures and our section and just to make sure you guys have the skills that we went over and that we covered. Again, we’re going to install our Perl environment to test and run our applications. We’re going to create our first Perl program, and I’m going to show you guys some of my advanced Perl examples and go over them and what they do and just to kind of give you guys a real world Perl application in the outside world, what it’s like and what it feels like. We’re going to go in and dive into our lecture.
Рекомендации по теме
Комментарии
Автор

Hello, please make a video on the proper installation of modules for the Perl programming language, is it possible to work with different virtual environments, such as pip and pyenv... Are there similar tools to easily work with Perl modules and isolate it from the system version...

I tried installing modules:
use Docx::Simple;
use CAM::PDF;

All this works on linux, but errors appear with module installation, although I tried cpam and cpanm... So there is no way to move forward with the Perl programming language lessons until I solve this issue.

Specifically:
Isolated work with Perl;
And proper configuration of repositories with modules and dependencies.

If you had similar problems and you know the solution, please make a video for beginners...

I wish success to your Youtube channel and your work...

yaroshchenko_coder
Автор

Hi. Which one of your programs shows me to create a file and add line of text into it

steveb
welcome to shbcf.ru