LPW: Beginners Perl

Dave Cross
Dave CrossOwner / Senior Developer at Magnum Solutions Ltd
Beginners Perl An Introduction to Perl Programming Dave Cross Magnum Solutions Ltd [email_address]
What We Will Cover ,[object Object],[object Object],[object Object],[object Object]
What We Will Cover ,[object Object],[object Object],[object Object],[object Object]
What is Perl?
Perl's Name ,[object Object],[object Object],[object Object],[object Object]
Typical uses of Perl ,[object Object],[object Object],[object Object],[object Object],[object Object]
Less typical uses of Perl ,[object Object],[object Object]
What is Perl Like? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The Perl Philosophy ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Creating and Running a Perl Program
Creating a Perl Program ,[object Object],[object Object]
Running a Perl Program ,[object Object],[object Object]
Running a Perl Program ,[object Object],[object Object],[object Object]
Perl Comments ,[object Object],[object Object],[object Object],[object Object]
Command Line Options ,[object Object],[object Object],[object Object],[object Object]
Perl variables
What is a Variable? ,[object Object],[object Object],[object Object],[object Object]
Variable Names ,[object Object],[object Object],[object Object]
Types of Perl Variable ,[object Object],[object Object],[object Object],[object Object],[object Object]
Declaring Variables ,[object Object],[object Object],[object Object],[object Object],[object Object]
Scalar Variables ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Type Conversions ,[object Object],[object Object],[object Object]
Quoting Strings ,[object Object],[object Object],[object Object]
Better Quote Marks ,[object Object],[object Object],[object Object]
Undefined Values ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Array Variables ,[object Object],[object Object],[object Object],[object Object]
Array Elements ,[object Object],[object Object],[object Object],[object Object]
Array Slices ,[object Object],[object Object],[object Object],[object Object]
Setting Array Values ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Array Size ,[object Object],[object Object],[object Object]
Hash Variables ,[object Object],[object Object],[object Object]
Accessing Hash Values ,[object Object],[object Object],[object Object]
Hash Slices ,[object Object],[object Object],[object Object]
Setting Hash Values ,[object Object],[object Object],[object Object],[object Object],[object Object]
More About Hashes ,[object Object],[object Object],[object Object],[object Object]
Special Perl Variables ,[object Object],[object Object],[object Object],[object Object]
The Default Variable ,[object Object],[object Object]
Using $_ ,[object Object],[object Object]
A Special Array ,[object Object],[object Object],[object Object],[object Object]
A Special Hash ,[object Object],[object Object],[object Object],[object Object]
Operators and Functions
Operators and Functions ,[object Object],[object Object],[object Object],[object Object],[object Object]
Arithmetic Operators ,[object Object],[object Object],[object Object]
Shortcut Operators ,[object Object],[object Object],[object Object],[object Object]
String Operators ,[object Object],[object Object],[object Object]
File Test Operators ,[object Object]
Functions ,[object Object],[object Object],[object Object],[object Object]
Function Return Values ,[object Object],[object Object],[object Object]
String Functions ,[object Object],[object Object],[object Object]
More String Functions ,[object Object],[object Object]
Substrings ,[object Object],[object Object]
Numeric Functions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Array Manipulation ,[object Object],[object Object],[object Object]
Array Manipulation ,[object Object],[object Object],[object Object]
Arrays and Strings ,[object Object],[object Object]
Hash Functions ,[object Object],[object Object],[object Object],[object Object]
File Operations ,[object Object],[object Object],[object Object]
Other File Functions ,[object Object],[object Object],[object Object],[object Object]
Time Functions ,[object Object],[object Object],[object Object],[object Object]
localtime  Caveats ,[object Object],[object Object],[object Object]
Conditional Constructs
Conditional Constructs ,[object Object],[object Object],[object Object],[object Object]
Conditional Constructs ,[object Object],[object Object]
What is Truth? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Comparison Operators ,[object Object],[object Object],[object Object],[object Object]
Comparison Examples ,[object Object],[object Object],[object Object],[object Object],[object Object]
Boolean Operators ,[object Object],[object Object],[object Object],[object Object]
Short-Circuit Operators ,[object Object],[object Object],[object Object]
if ,[object Object],[object Object],[object Object]
if ... else ... ,[object Object],[object Object],[object Object]
if ... elsif ... else ... ,[object Object],[object Object]
if ... elsif ... else ... ,[object Object]
while ,[object Object],[object Object]
until ,[object Object],[object Object]
for ,[object Object],[object Object],[object Object]
for ,[object Object],[object Object]
foreach ,[object Object],[object Object]
foreach ,[object Object]
Using  while  Loops ,[object Object],[object Object],[object Object]
Breaking Out of Loops ,[object Object],[object Object],[object Object]
Subroutines
Subroutines ,[object Object],[object Object],[object Object]
Subroutine Example ,[object Object]
Calling a Subroutine ,[object Object],[object Object],[object Object],[object Object]
Subroutine Arguments ,[object Object],[object Object]
Multiple Arguments ,[object Object],[object Object]
Calling Subroutines ,[object Object],[object Object]
By Value or Reference ,[object Object],[object Object],[object Object]
By Value or Reference ,[object Object],[object Object]
Returning Values ,[object Object]
Returning a List ,[object Object]
Regular Expressions
Regular Expressions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Match Operator ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Match Examples ,[object Object],[object Object]
Substitutions ,[object Object],[object Object],[object Object],[object Object],[object Object]
Substitution Examples ,[object Object],[object Object]
Binding Operator ,[object Object],[object Object]
Metacharacters ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
More Metacharacters ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Metacharacter Examples ,[object Object]
Quantifiers ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Quantifier Examples ,[object Object]
Character Classes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Alternation ,[object Object],[object Object],[object Object],[object Object]
Capturing Matches ,[object Object],[object Object]
Returning Captures ,[object Object],[object Object]
More Information
Perl Websites ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Perl Websites ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Perl Conferences ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Perl Conferences ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Perl Workshops ,[object Object],[object Object],[object Object],[object Object],[object Object]
Perl Mailing Lists ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Perl Books ,[object Object],[object Object],[object Object],[object Object]
Perl Books ,[object Object],[object Object],[object Object],[object Object],[object Object]
Perl Books ,[object Object],[object Object],[object Object],[object Object],[object Object]
Perl Books ,[object Object],[object Object],[object Object],[object Object],[object Object]
Perl Magazines ,[object Object],[object Object]
That's All Folks ,[object Object],[object Object]
1 of 120

Recommended

Introduction to Perl by
Introduction to PerlIntroduction to Perl
Introduction to PerlDave Cross
3.3K views152 slides
Introduction to Perl - Day 2 by
Introduction to Perl - Day 2Introduction to Perl - Day 2
Introduction to Perl - Day 2Dave Cross
18.9K views160 slides
Introduction to Perl - Day 1 by
Introduction to Perl - Day 1Introduction to Perl - Day 1
Introduction to Perl - Day 1Dave Cross
58.5K views141 slides
Arrays in PHP by
Arrays in PHPArrays in PHP
Arrays in PHPCompare Infobase Limited
3.9K views14 slides
Perl 5.10 for People Who Aren't Totally Insane by
Perl 5.10 for People Who Aren't Totally InsanePerl 5.10 for People Who Aren't Totally Insane
Perl 5.10 for People Who Aren't Totally InsaneRicardo Signes
89.6K views184 slides
Perl Scripting by
Perl ScriptingPerl Scripting
Perl ScriptingVaradharajan Mukundan
10K views36 slides

More Related Content

What's hot

Advanced Perl Techniques by
Advanced Perl TechniquesAdvanced Perl Techniques
Advanced Perl TechniquesDave Cross
7.7K views182 slides
PHP by
PHPPHP
PHPSteve Fort
6.2K views22 slides
PYTHON -Chapter 2 - Functions, Exception, Modules and Files -MAULIK BOR... by
PYTHON -Chapter 2 - Functions,   Exception, Modules  and    Files -MAULIK BOR...PYTHON -Chapter 2 - Functions,   Exception, Modules  and    Files -MAULIK BOR...
PYTHON -Chapter 2 - Functions, Exception, Modules and Files -MAULIK BOR...Maulik Borsaniya
1.5K views33 slides
Php Using Arrays by
Php Using ArraysPhp Using Arrays
Php Using Arraysmussawir20
16.4K views27 slides
Basic HTML CSS Slides by
Basic HTML CSS Slides Basic HTML CSS Slides
Basic HTML CSS Slides Allyson Wehrs
250 views44 slides
Php mysql ppt by
Php mysql pptPhp mysql ppt
Php mysql pptKarmatechnologies Pvt. Ltd.
70.1K views39 slides

What's hot(20)

Advanced Perl Techniques by Dave Cross
Advanced Perl TechniquesAdvanced Perl Techniques
Advanced Perl Techniques
Dave Cross7.7K views
PYTHON -Chapter 2 - Functions, Exception, Modules and Files -MAULIK BOR... by Maulik Borsaniya
PYTHON -Chapter 2 - Functions,   Exception, Modules  and    Files -MAULIK BOR...PYTHON -Chapter 2 - Functions,   Exception, Modules  and    Files -MAULIK BOR...
PYTHON -Chapter 2 - Functions, Exception, Modules and Files -MAULIK BOR...
Maulik Borsaniya1.5K views
Php Using Arrays by mussawir20
Php Using ArraysPhp Using Arrays
Php Using Arrays
mussawir2016.4K views
Basic HTML CSS Slides by Allyson Wehrs
Basic HTML CSS Slides Basic HTML CSS Slides
Basic HTML CSS Slides
Allyson Wehrs250 views
PHP Functions & Arrays by Henry Osborne
PHP Functions & ArraysPHP Functions & Arrays
PHP Functions & Arrays
Henry Osborne3.2K views
Chapter 02 php basic syntax by Dhani Ahmad
Chapter 02   php basic syntaxChapter 02   php basic syntax
Chapter 02 php basic syntax
Dhani Ahmad1.4K views
Introduction to php by Anjan Banda
Introduction to phpIntroduction to php
Introduction to php
Anjan Banda1.5K views
JavaScript - Chapter 9 - TypeConversion and Regular Expressions by WebStackAcademy
 JavaScript - Chapter 9 - TypeConversion and Regular Expressions  JavaScript - Chapter 9 - TypeConversion and Regular Expressions
JavaScript - Chapter 9 - TypeConversion and Regular Expressions
WebStackAcademy360 views
Form Handling using PHP by Nisa Soomro
Form Handling using PHPForm Handling using PHP
Form Handling using PHP
Nisa Soomro3.5K views
Introducing Modern Perl by Dave Cross
Introducing Modern PerlIntroducing Modern Perl
Introducing Modern Perl
Dave Cross30.4K views
Regular expression in javascript by Toan Nguyen
Regular expression in javascriptRegular expression in javascript
Regular expression in javascript
Toan Nguyen3K views
Looping statement by ilakkiya
Looping statementLooping statement
Looping statement
ilakkiya3.8K views
java.io - streams and files by Marcello Thiry
java.io - streams and filesjava.io - streams and files
java.io - streams and files
Marcello Thiry3.1K views
Loops PHP 04 by Spy Seat
Loops PHP 04Loops PHP 04
Loops PHP 04
Spy Seat4.5K views
Oops concepts in php by CPD INDIA
Oops concepts in phpOops concepts in php
Oops concepts in php
CPD INDIA3.6K views
DBIx::Class beginners by leo lapworth
DBIx::Class beginnersDBIx::Class beginners
DBIx::Class beginners
leo lapworth26.1K views

Viewers also liked

Java programming course for beginners by
Java programming course for beginnersJava programming course for beginners
Java programming course for beginnersEduonix Learning Solutions
24.9K views13 slides
C Programming Language Tutorial for beginners - JavaTpoint by
C Programming Language Tutorial for beginners - JavaTpointC Programming Language Tutorial for beginners - JavaTpoint
C Programming Language Tutorial for beginners - JavaTpointJavaTpoint.Com
22.8K views39 slides
Database Programming with Perl and DBIx::Class by
Database Programming with Perl and DBIx::ClassDatabase Programming with Perl and DBIx::Class
Database Programming with Perl and DBIx::ClassDave Cross
14.7K views188 slides
Introduction to-programming by
Introduction to-programmingIntroduction to-programming
Introduction to-programmingBG Java EE Course
5.2K views96 slides
Intro. to prog. c++ by
Intro. to prog. c++Intro. to prog. c++
Intro. to prog. c++KurdGul
16.7K views193 slides
Perl programming language by
Perl programming languagePerl programming language
Perl programming languageElie Obeid
5.3K views26 slides

Viewers also liked(18)

C Programming Language Tutorial for beginners - JavaTpoint by JavaTpoint.Com
C Programming Language Tutorial for beginners - JavaTpointC Programming Language Tutorial for beginners - JavaTpoint
C Programming Language Tutorial for beginners - JavaTpoint
JavaTpoint.Com22.8K views
Database Programming with Perl and DBIx::Class by Dave Cross
Database Programming with Perl and DBIx::ClassDatabase Programming with Perl and DBIx::Class
Database Programming with Perl and DBIx::Class
Dave Cross14.7K views
Intro. to prog. c++ by KurdGul
Intro. to prog. c++Intro. to prog. c++
Intro. to prog. c++
KurdGul16.7K views
Perl programming language by Elie Obeid
Perl programming languagePerl programming language
Perl programming language
Elie Obeid5.3K views
Perl 101 - The Basics of Perl Programming by Utkarsh Sengar
Perl  101 - The Basics of Perl ProgrammingPerl  101 - The Basics of Perl Programming
Perl 101 - The Basics of Perl Programming
Utkarsh Sengar7.6K views
High Availability Perl DBI + MySQL by Steve Purkis
High Availability Perl DBI + MySQLHigh Availability Perl DBI + MySQL
High Availability Perl DBI + MySQL
Steve Purkis2.3K views
Perl hosting for beginners - Cluj.pm March 2013 by Arpad Szasz
Perl hosting for beginners - Cluj.pm March 2013Perl hosting for beginners - Cluj.pm March 2013
Perl hosting for beginners - Cluj.pm March 2013
Arpad Szasz7.3K views
Selenium 1july by Edureka!
Selenium 1julySelenium 1july
Selenium 1july
Edureka!3.7K views
GPars For Beginners by Matt Passell
GPars For BeginnersGPars For Beginners
GPars For Beginners
Matt Passell3.5K views
Introduction to Web Programming with Perl by Dave Cross
Introduction to Web Programming with PerlIntroduction to Web Programming with Perl
Introduction to Web Programming with Perl
Dave Cross25.4K views
Webinar: Selenium WebDriver - Automation Uncomplicated by Edureka!
Webinar: Selenium WebDriver - Automation UncomplicatedWebinar: Selenium WebDriver - Automation Uncomplicated
Webinar: Selenium WebDriver - Automation Uncomplicated
Edureka!7.5K views
Webstock 2010 - Stack Overflow: Building Social Software for the Anti-Social by codinghorror
Webstock 2010 - Stack Overflow: Building Social Software for the Anti-SocialWebstock 2010 - Stack Overflow: Building Social Software for the Anti-Social
Webstock 2010 - Stack Overflow: Building Social Software for the Anti-Social
codinghorror7K views
DBIx::Class introduction - 2010 by leo lapworth
DBIx::Class introduction - 2010DBIx::Class introduction - 2010
DBIx::Class introduction - 2010
leo lapworth3.7K views

Similar to LPW: Beginners Perl

Beginning Perl by
Beginning PerlBeginning Perl
Beginning PerlDave Cross
3.9K views169 slides
Intermediate Perl by
Intermediate PerlIntermediate Perl
Intermediate PerlDave Cross
1.8K views144 slides
CGI With Object Oriented Perl by
CGI With Object Oriented PerlCGI With Object Oriented Perl
CGI With Object Oriented PerlBunty Ray
32.3K views24 slides
Introduction to Modern Perl by
Introduction to Modern PerlIntroduction to Modern Perl
Introduction to Modern PerlDave Cross
18K views211 slides
Tutorial perl programming basic eng ver by
Tutorial perl programming basic eng verTutorial perl programming basic eng ver
Tutorial perl programming basic eng verQrembiezs Intruder
676 views21 slides
You Can Do It! Start Using Perl to Handle Your Voyager Needs by
You Can Do It! Start Using Perl to Handle Your Voyager NeedsYou Can Do It! Start Using Perl to Handle Your Voyager Needs
You Can Do It! Start Using Perl to Handle Your Voyager NeedsRoy Zimmer
1K views112 slides

Similar to LPW: Beginners Perl(20)

Beginning Perl by Dave Cross
Beginning PerlBeginning Perl
Beginning Perl
Dave Cross3.9K views
Intermediate Perl by Dave Cross
Intermediate PerlIntermediate Perl
Intermediate Perl
Dave Cross1.8K views
CGI With Object Oriented Perl by Bunty Ray
CGI With Object Oriented PerlCGI With Object Oriented Perl
CGI With Object Oriented Perl
Bunty Ray32.3K views
Introduction to Modern Perl by Dave Cross
Introduction to Modern PerlIntroduction to Modern Perl
Introduction to Modern Perl
Dave Cross18K views
You Can Do It! Start Using Perl to Handle Your Voyager Needs by Roy Zimmer
You Can Do It! Start Using Perl to Handle Your Voyager NeedsYou Can Do It! Start Using Perl to Handle Your Voyager Needs
You Can Do It! Start Using Perl to Handle Your Voyager Needs
Roy Zimmer1K views
PHP Powerpoint -- Teach PHP with this by Ian Macali
PHP Powerpoint -- Teach PHP with thisPHP Powerpoint -- Teach PHP with this
PHP Powerpoint -- Teach PHP with this
Ian Macali54K views
P H P Part I, By Kian by phelios
P H P  Part  I,  By  KianP H P  Part  I,  By  Kian
P H P Part I, By Kian
phelios2.8K views
Introduction to Perl by worr1244
Introduction to PerlIntroduction to Perl
Introduction to Perl
worr1244566 views
Ruby For Java Programmers by Mike Bowler
Ruby For Java ProgrammersRuby For Java Programmers
Ruby For Java Programmers
Mike Bowler7.6K views
What's new, what's hot in PHP 5.3 by Jeremy Coates
What's new, what's hot in PHP 5.3What's new, what's hot in PHP 5.3
What's new, what's hot in PHP 5.3
Jeremy Coates9.6K views
Plunging Into Perl While Avoiding the Deep End (mostly) by Roy Zimmer
Plunging Into Perl While Avoiding the Deep End (mostly)Plunging Into Perl While Avoiding the Deep End (mostly)
Plunging Into Perl While Avoiding the Deep End (mostly)
Roy Zimmer1.3K views
The JavaScript Programming Language by Raghavan Mohan
The JavaScript Programming LanguageThe JavaScript Programming Language
The JavaScript Programming Language
Raghavan Mohan1.4K views
The Java Script Programming Language by zone
The  Java Script  Programming  LanguageThe  Java Script  Programming  Language
The Java Script Programming Language
zone983 views
Javascript by Yahoo by birbal
Javascript by YahooJavascript by Yahoo
Javascript by Yahoo
birbal740 views
Les origines de Javascript by Bernard Loire
Les origines de JavascriptLes origines de Javascript
Les origines de Javascript
Bernard Loire436 views

More from Dave Cross

Measuring the Quality of Your Perl Code by
Measuring the Quality of Your Perl CodeMeasuring the Quality of Your Perl Code
Measuring the Quality of Your Perl CodeDave Cross
872 views103 slides
Apollo 11 at 50 - A Simple Twitter Bot by
Apollo 11 at 50 - A Simple Twitter BotApollo 11 at 50 - A Simple Twitter Bot
Apollo 11 at 50 - A Simple Twitter BotDave Cross
594 views47 slides
Monoliths, Balls of Mud and Silver Bullets by
Monoliths, Balls of Mud and Silver BulletsMonoliths, Balls of Mud and Silver Bullets
Monoliths, Balls of Mud and Silver BulletsDave Cross
583 views74 slides
The Professional Programmer by
The Professional ProgrammerThe Professional Programmer
The Professional ProgrammerDave Cross
481 views112 slides
I'm A Republic (Honest!) by
I'm A Republic (Honest!)I'm A Republic (Honest!)
I'm A Republic (Honest!)Dave Cross
650 views101 slides
Web Site Tune-Up - Improve Your Googlejuice by
Web Site Tune-Up - Improve Your GooglejuiceWeb Site Tune-Up - Improve Your Googlejuice
Web Site Tune-Up - Improve Your GooglejuiceDave Cross
1.1K views113 slides

More from Dave Cross(20)

Measuring the Quality of Your Perl Code by Dave Cross
Measuring the Quality of Your Perl CodeMeasuring the Quality of Your Perl Code
Measuring the Quality of Your Perl Code
Dave Cross872 views
Apollo 11 at 50 - A Simple Twitter Bot by Dave Cross
Apollo 11 at 50 - A Simple Twitter BotApollo 11 at 50 - A Simple Twitter Bot
Apollo 11 at 50 - A Simple Twitter Bot
Dave Cross594 views
Monoliths, Balls of Mud and Silver Bullets by Dave Cross
Monoliths, Balls of Mud and Silver BulletsMonoliths, Balls of Mud and Silver Bullets
Monoliths, Balls of Mud and Silver Bullets
Dave Cross583 views
The Professional Programmer by Dave Cross
The Professional ProgrammerThe Professional Programmer
The Professional Programmer
Dave Cross481 views
I'm A Republic (Honest!) by Dave Cross
I'm A Republic (Honest!)I'm A Republic (Honest!)
I'm A Republic (Honest!)
Dave Cross650 views
Web Site Tune-Up - Improve Your Googlejuice by Dave Cross
Web Site Tune-Up - Improve Your GooglejuiceWeb Site Tune-Up - Improve Your Googlejuice
Web Site Tune-Up - Improve Your Googlejuice
Dave Cross1.1K views
Modern Perl Web Development with Dancer by Dave Cross
Modern Perl Web Development with DancerModern Perl Web Development with Dancer
Modern Perl Web Development with Dancer
Dave Cross2.5K views
Freeing Tower Bridge by Dave Cross
Freeing Tower BridgeFreeing Tower Bridge
Freeing Tower Bridge
Dave Cross685 views
Modern Perl Catch-Up by Dave Cross
Modern Perl Catch-UpModern Perl Catch-Up
Modern Perl Catch-Up
Dave Cross2.3K views
Error(s) Free Programming by Dave Cross
Error(s) Free ProgrammingError(s) Free Programming
Error(s) Free Programming
Dave Cross4.4K views
Medium Perl by Dave Cross
Medium PerlMedium Perl
Medium Perl
Dave Cross4.7K views
Modern Web Development with Perl by Dave Cross
Modern Web Development with PerlModern Web Development with Perl
Modern Web Development with Perl
Dave Cross15.8K views
Improving Dev Assistant by Dave Cross
Improving Dev AssistantImproving Dev Assistant
Improving Dev Assistant
Dave Cross10K views
Conference Driven Publishing by Dave Cross
Conference Driven PublishingConference Driven Publishing
Conference Driven Publishing
Dave Cross10.1K views
Conference Driven Publishing by Dave Cross
Conference Driven PublishingConference Driven Publishing
Conference Driven Publishing
Dave Cross3.2K views
TwittElection by Dave Cross
TwittElectionTwittElection
TwittElection
Dave Cross4.5K views
Perl in the Internet of Things by Dave Cross
Perl in the Internet of ThingsPerl in the Internet of Things
Perl in the Internet of Things
Dave Cross4.6K views
Return to the Kingdom of the Blind by Dave Cross
Return to the Kingdom of the BlindReturn to the Kingdom of the Blind
Return to the Kingdom of the Blind
Dave Cross8.8K views
Github, Travis-CI and Perl by Dave Cross
Github, Travis-CI and PerlGithub, Travis-CI and Perl
Github, Travis-CI and Perl
Dave Cross9.9K views
Object-Oriented Programming with Perl and Moose by Dave Cross
Object-Oriented Programming with Perl and MooseObject-Oriented Programming with Perl and Moose
Object-Oriented Programming with Perl and Moose
Dave Cross10.6K views

Recently uploaded

Vertical User Stories by
Vertical User StoriesVertical User Stories
Vertical User StoriesMoisés Armani Ramírez
14 views16 slides
STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdf by
STKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdfSTKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdf
STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdfDr. Jimmy Schwarzkopf
19 views29 slides
Future of Indian ConsumerTech by
Future of Indian ConsumerTechFuture of Indian ConsumerTech
Future of Indian ConsumerTechKapil Khandelwal (KK)
21 views68 slides
Evolving the Network Automation Journey from Python to Platforms by
Evolving the Network Automation Journey from Python to PlatformsEvolving the Network Automation Journey from Python to Platforms
Evolving the Network Automation Journey from Python to PlatformsNetwork Automation Forum
13 views21 slides
Business Analyst Series 2023 - Week 3 Session 5 by
Business Analyst Series 2023 -  Week 3 Session 5Business Analyst Series 2023 -  Week 3 Session 5
Business Analyst Series 2023 - Week 3 Session 5DianaGray10
248 views20 slides
6g - REPORT.pdf by
6g - REPORT.pdf6g - REPORT.pdf
6g - REPORT.pdfLiveplex
10 views23 slides

Recently uploaded(20)

STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdf by Dr. Jimmy Schwarzkopf
STKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdfSTKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdf
STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdf
Business Analyst Series 2023 - Week 3 Session 5 by DianaGray10
Business Analyst Series 2023 -  Week 3 Session 5Business Analyst Series 2023 -  Week 3 Session 5
Business Analyst Series 2023 - Week 3 Session 5
DianaGray10248 views
6g - REPORT.pdf by Liveplex
6g - REPORT.pdf6g - REPORT.pdf
6g - REPORT.pdf
Liveplex10 views
Case Study Copenhagen Energy and Business Central.pdf by Aitana
Case Study Copenhagen Energy and Business Central.pdfCase Study Copenhagen Energy and Business Central.pdf
Case Study Copenhagen Energy and Business Central.pdf
Aitana16 views
Igniting Next Level Productivity with AI-Infused Data Integration Workflows by Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software263 views
Powerful Google developer tools for immediate impact! (2023-24) by wesley chun
Powerful Google developer tools for immediate impact! (2023-24)Powerful Google developer tools for immediate impact! (2023-24)
Powerful Google developer tools for immediate impact! (2023-24)
wesley chun10 views
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ... by Jasper Oosterveld
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors by sugiuralab
TouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective SensorsTouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective Sensors
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors
sugiuralab19 views

LPW: Beginners Perl