Course outline for Perl

Pre-requisites for learning Perl

  • The participants must be comfortable with programming constructs in any one language

Lab Setup

Hardware Configuration

Participants must have access to a system with the following hardware configuration:

  • 2GB of free RAM, 20GB of free disk space and full network connectivity

Software Configuration

  • Ubuntu 20.04/22.04 Desktop Edition (sudo/root access required)
  • Perl Interpreter

Duration

  • 2-5 days

Training Mode

Online training for Perl

We provide:

  • Instructor led live training
  • Self-paced learning with access to expert coaches
  • 24x7 access to cloud labs with end to end working examples

All jnaapti sessions are 100% hands-on. All our instructors are engineers by heart. Activities are derived from real-life problems faced by our expert faculty. Self-paced hands-on sessions are delivered via Virtual Coach.

Classroom training for Perl

Classroom sessions are conducted in client locations in:

  • Bengaluru
  • Chennai
  • Hyderabad
  • Mumbai
  • Delhi/Gurgaon/NCR

Note: Classroom training is for corporate clients only

Detailed Course Outline for Perl

Introduction to Perl

  • Hello World in Perl
  • Language Basics - Scalars
  • Language Basics - Operators
  • Control Flow

Composite Types in Perl

  • Lists
  • Hashes

Regular Expressions in Perl

  • Pattern
  • Substitution
  • Looking Ahead and Behind

Modularity of Code in Perl

  • Subroutines
  • Packages
  • Modules

Files and Directories in Perl

  • Default Variable
  • Diamond Operator
  • Reading from files
  • Writing to files

Functional Programming in Perl

  • Referencing and De-referencing
  • Referencing a subroutine
  • Passing a subroutine to a subroutine
  • Returning subroutine from a subroutine

Object Oriented Programming in Perl

  • Objects and Classes in Perl
  • Inheritance in Perl
  • Association - Composition and Aggregation in Perl
  • Stringification in Perl

Exception Handling in Perl

  • Exception Handling in Perl