Perl Tutorial - 7: Adding & Removing Array Elements

preview_player
Показать описание
Thanks for watching!

Рекомендации по теме
Комментарии
Автор

Seriously, best Perl Tutorial out there. I never understood it. Now, it seems so easy. Thank you!!

supadupahilton
Автор

Amazing, you taught me a language i thought was virtually impossible to learn!

alanray
Автор

God you are so addictive and made this language so easy to learn. Thanks for that!

Rg-jwcu
Автор

Hi May I know if there is any github repo where I can find all these codes

bhargavkodukula
Автор

Good tutorial, Thanks for great work, This is very helpfull.

arbindpandey
Автор

syntax error line no.

kindly suggest.

sujitkumarnayak
Автор

Everything you say here is true, however, it is very common that you want to do something with the element you pop or shift off of the array, so you would generally assign the return value of the pop or shift to (usually) another scalar. I think it also goes into Perl's favorite automatic variable $_ otherwise (which you haven't mentioned yet at this point), but I never rely on that behavior, because Perl isn't my first language.

jvsnyc
Автор

Why Perl resembles bash script so much?

tahirsengine
Автор

in last tutorial you wrote the array elements in single quotes, , and in this one wrote within double quotes..
does that matter ??

Heisennburg