Perl part 5: Subroutines and Modules

preview_player
Показать описание
Dr. Rob Edwards from San Diego State University introduces the concepts of subroutines and modules in Perl
Рекомендации по теме
Комментарии
Автор

I spent hours trying to figure out modules. It doesn't help that I started finding places that over-complicated them. It's so much easier than I thought it was.

I cannot thank you enough.

IamusTheFox
Автор

I knew subroutines in perl.After watching this video, now i know modules as well.
Fine example, Very good explaination.Thank You

gururajsb
Автор

Sir, thank you for lucid explanation.

debrajbanerjee
Автор

you are a very good teacher. i wish to see more from you sir,

upadisetty
Автор

@12:33 How are you able to write and quit then still stay in the same window and use terminal as if you still inside vim ?? it didn't quit and take you to the terminal window when you :wq before opening another file.

dreadesina
Автор

Do we need to mention the name of the dependent modules which executing the perl command in the command line ?? let say I have one perl program Child.pl and I am using module code inside child.pl, in this case how should I execute the child.pl?
I am trying to run : perl chilld.pl but is is giving me an error:
Error : Can't locate Base.pm in @INC (you may need to install the Base module)

Could someone pls help!
Thanks

ChandraShekhar-bycd
Автор

thank you ever so much. You explain things very clearly!! 

revolutionN
Автор

When I try to run this, I get an error about the line "my ($class) =@;" (line 6) in Student.pm; if I instead change "@" to "@_", it works as expected.

rastajedi
Автор

Colored screen is not readable at all, need improvement.

zahirulhaque