Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Perl Programming on UNIX

Price
2,925 USD
5 Days
WDWP-170
Classroom Training, Online Training
Other

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.
 

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

  • Date: 21-Apr-2025 to 25-Apr-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,925 USD
  • Date: 2-Jun-2025 to 6-Jun-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,925 USD
  • Date: 14-Jul-2025 to 18-Jul-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,925 USD
  • Date: 25-Aug-2025 to 29-Aug-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,925 USD
  • Date: 6-Oct-2025 to 10-Oct-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,925 USD
  • Date: 17-Nov-2025 to 21-Nov-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,925 USD
View Global Schedule

Course Description

Overview

Perl began as a text-processing language, an extension to the popular but limited awk language. Perl evolved into a general-purpose programming language popular with web developers, database developers, and many other types of programmers. Perl is very strong at processing large amounts of data, including manipulation, analysis, validation, conversion, formatting, and reporting. It offers complete libraries for database access, web development, graphics programming, and other environmental requirements. This five-day course teaches students the foundations of using Perl effectively in many application environments. In addition to teaching the basics, such as data types, operators, flow control, and subroutines, the course goes into great detail on using arrays and hashes for complex data manipulation, regular expressions for advanced text processing, and Perl's object-oriented features for modern OO programming practices. Students write many complete Perl programs in this course, which ensures that when they return to work they can become productive immediately.
 

Objectives

After completing this course, you will learn how to:
  • Take advantage of Perl's power through examples and extensive exercises
  • Arrays and hashes, I/O, regular expressions, subroutines, and complex data structures are covered in depth
The course also introduces object-oriented programming in Perl, as well as UNIX™ multi-tasking and Perl sockets programming.
 

Audience

Programmers and system administrators.
 

Prerequisites

    Fundamentals of UNIX™. Experience in a high-level programming language, such as C, C++, or Java™, is strongly recommended.
     

Topics

  • Chapter 1 - Course Introduction
    • Course Objectives
    • Course Overview
    • Using the Workbook
    • Suggested References
  • Chapter 2 - Overview of Perl
    • What is Perl?
    • Running Perl Programs
    • Sample Program
    • Another Sample Program
    • Yet Another Example
    • Labs
  • Chapter 3 - Perl Variables
    • Three Data Types
    • Variable Names and Syntax
    • Variable Naming
    • Lists
    • Scalar and List Contexts
    • The Repetition Operator
    • Labs
  • Chapter 4 - Arrays and Hashes
    • Arrays
    • Arrays Functions
    • The foreach Loop
    • The @ARGV Array
    • The grep Function
    • Array Slices
    • Hashes
    • Hash Functions
    • Scalar and List Contexts Revisited
    • Labs
  • Chapter 5 - Quoting and Interpolation
    • String Literals
    • Interpolation
    • Array Substitution and Join
    • Backslashes and Single Quotes
    • Quotation Operators
    • Command Substitution
    • Here Documents
    • Labs
  • Chapter 6 - Operators
    • Perl Operators
    • Operators, Functions and Precedence
    • File Test Operators
    • Assignment Operator Notations
    • The Range Operator
    • Labs
  • Chapter 7 - Flow Control
    • Simple Statements
    • Simple Statement Modifiers
    • Compound Statements
    • The next, last, and redo Statements
    • The for Loop
    • The foreach Loop
    • Labs
  • Chapter 8 - I/O: Input Operations and File I/O
    • Overview of File I/O
    • The open Function
    • The Input Operator <>
    • Default Input Operator
    • The print Function
    • Reading Directories
    • Labs
  • Chapter 9 - Regular Expressions
    • Pattern Matching Overview
    • The Substitution Operator
    • Regular Expressions
    • Special Characters
    • Quantifiers (*,+,?,{})
    • Assertions (^,$,\b, \B)
    • Labs
  • Chapter 10 - Advanced Regular Expressions
    • Substrings
    • Substrings in List Context
    • RE Special Variables
    • RE Options
    • Multi-line REs
    • Substituting with an Expression
    • Perl RE Extensions
    • Labs
  • Chapter 11 - Subroutines
    • Overview of Subroutines
    • Passing Arguments
    • Private Variables
    • Returning Values
    • Labs
  • Chapter 12 - References
    • References
    • Creating References
    • Using References
    • Passing References as Arguments to Subroutines
    • Anonymous Composers
    • The Symbol Table
    • Labs
  • Chapter 13 - Complex Data Structures
    • Two-Dimensional Arrays in Perl
    • Anonymous Arrays and Anonymous Hashes
    • Arrays of Arrays
    • Arrays of References
    • A Hash of Arrays
    • A Hash of Hashes
    • And So On
    • Labs
  • Chapter 14 - Packages and Modules
    • Packages
    • BEGIN and END Routines
    • require vs. use
    • Modules
    • The bless Function
    • Labs
  • Chapter 15 - Introduction to Object-Oriented Programming in Perl
    • What is Object-Oriented?
    • Why Use Object-Oriented Programming?
    • Classes, Objects and Methods in Perl
    • Inheritance, the 'is-a' Relationship
    • Containment, the 'has-a' Relationship
    • Overloaded Operators
    • Destructors
    • Labs
  • Chapter 16 - Binary Data Structures
    • Variable-Length (Delimited) Fields
    • Variable vs. Fixed
    • Handling Binary Data
    • The pack Function
    • The unpack Function
    • The read Function
    • C Data Structures
    • Labs
  • Chapter 17 - Multi-tasking with Perl
    • What are Single and Multi-tasking?
    • UNIX Multi-tasking Concepts
    • Process Creation with fork
    • Program Loading with exec
    • File Descriptor Inheritance
    • How UNIX Opens Files
    • One-Way Data Flow - Pipes
    • Example
    • Example (Cont'd)
    • Final Result - Page Viewing
    • Labs
  • Chapter 18 - Sockets Programming in Perl
    • Clients and Servers
    • Ports and Services
    • Berkeley Sockets
    • Data Structures of the Sockets API
    • Socket System Calls
    • Generic Client/Server Models
    • A Client/Server Example
    • A Little Web Server
    • Labs
  • Appendix A - The Perl Distribution
    • Where can you get Perl?
    • How do you build Perl?
    • What gets created and installed?
    • Differences between platforms
    Appendix B - The Perl Debugger
    • Overview of the Perl Debugger
    • Debugger commands
    • Non-Debugger commands
    • Listing Lines
    • Single Stepping
    • Setting and Clearing Breakpoints
    • Modifying the Debugger
    • The -w and -D Flags
    • Labs
    Solutions Index
     
    • Beginning Perl

      WDWP-130
      • Duration: 3 Days
      • Delivery Format: Classroom Training, Online Training
      • Price: 1,755.00 USD
    • Advanced Perl Programming

      WDWP-160
      • Duration: 4 Days
      • Delivery Format: Classroom Training, Online Training
      • Price: 2,340.00 USD
    Top 20 Training Industry Company - IT Training

    Need Help?

    Call us at 877-206-0106 or e-mail us at info@learnquest.com

    Personalized Solutions

    Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

    Contact Us

    Need Help?

    Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

    Talk to us

    Master Mainframe Skills - 15% Off!

    Limited Time Offer: Save 15% on our targeted training programs.

    Valid through March 31, 2025. Use promo code MAINFRAME15 at checkout.

    Mainframe Concept

    Self-Paced Training Info

    Learn at your own pace with anytime, anywhere training

    • Same in-demand topics as instructor-led public and private classes.
    • Standalone learning or supplemental reinforcement.
    • e-Learning content varies by course and technology.
    • View the Self-Paced version of this outline and what is included in the SPVC course.
    • Learn more about e-Learning

    Course Added To Shopping Cart

    bla

    bla

    bla

    bla

    bla

    bla

    Self-Paced Training Terms & Conditions

    ??spvc-wbt-warning??

    Exam Terms & Conditions

    ??exam-warning??
    ??group-training-form-area??
    ??how-can-we-help-you-area??
    ??personalized-form-area??
    ??request-quote-area??

    Sorry, there are no classes that meet your criteria.

    Please contact us to schedule a class.
    Close

    self-paced
    STOP! Before You Leave

    Save 0% on this course!

    Take advantage of our online-only offer & save 0% on any course !

    Promo Code skip0 will be applied to your registration

    Close
    Nothing yet
    here's the message from the cart

    To view the cart, you can click "View Cart" on the right side of the heading on each page
    Add to cart clicker.

    Purchase Information

    ??elearning-coursenumber?? ??coursename??
    View Cart

    title

    Date: xxx

    Location: xxx

    Time: xxx

    Price: xxx

    Please take a moment to fill out this form. We will get back to you as soon as possible.

    All fields marked with an asterisk (*) are mandatory.

    If you would like to request a quote for 5 or more students, please contact CustomerService@learnquest.com to be assigned an account representative.

    Need more Information?

    Speak with our training specialists to continue your learning journey.

     

    Delivery Formats

    Close

    By submitting this form, I agree to LearnQuest's Terms and Conditions

    heres the new schedule
    This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
    Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.