Unable to find what you're searching for?
We're here to help you find itIntroduction to Perl Programming Course Overview
The "Introduction to Perl Programming" course is a comprehensive guide designed for learners to gain proficiency in Perl scripting. It begins with the basics of Perl script training, covering Installation, Syntax, and how to write and execute a simple script. As students delve into the introduction to Perl, they explore Scalar data, Strings, Numbers, and Control structures such as Loops and Conditionals. Learners also become familiar with complex data types like Arrays, Hashes, and Subroutines, enhancing their coding toolkit. Modules on Input/output operations, Error handling, and Perl's powerful Regular expressions solidify a robust foundation. This course prepares students to utilize Perl effectively for various applications, from system administration to web development, making it a valuable skill set in the programming world.
Successfully delivered 5 sessions for over 6 professionals
Purchase This Course
USD
View Fees Breakdown
Course Fee | 1,575 |
Total Fees |
1,575 (USD) |
USD
View Fees Breakdown
Course Fee | 1,150 |
Total Fees |
1,150 (USD) |
USD
View Fees Breakdown
Flexi Video | 16,449 |
Official E-coursebook | |
Exam Voucher (optional) | |
Hands-On-Labs2 | 4,159 |
+ GST 18% | 4,259 |
Total Fees (without exam & Labs) |
22,359 (INR) |
Total Fees (with exam & Labs) |
28,359 (INR) |
Day | Time |
---|---|
to
|
to |
♱ Excluding VAT/GST
You can request classroom training in any city on any date by Requesting More Information
♱ Excluding VAT/GST
You can request classroom training in any city on any date by Requesting More Information
This Perl Programming course is designed for those who want to learn scripting for automation, data manipulation, and rapid development.
Gain foundational knowledge in Perl programming, covering syntax, scalar data, arrays, hashes, subroutines, I/O, control statements, and regular expressions, to develop and execute efficient scripts.
if
, while
, and foreach
for decision-making and looping mechanisms.die
, warn
, and other error reporting functions.next
, last
, and redo
to control the flow of loops and program execution.