Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Getting Started with Perl for Beginners
Rating: 4.1 out of 5(62 ratings)
994 students

Getting Started with Perl for Beginners

Learn Perl Programming Language Suited to Nearly any Task
Last updated 5/2016
English
English [Auto],

What you'll learn

  • Use Math and String Operators Properly
  • Understand Conditional and Comparison Operators

Course content

1 section7 lectures40m total length
  • Introduct to Perl3:17

    Explore perl's dual traditions, focusing on perl 5 syntax, variables, arrays, hashes, subroutines, references, and text processing with regular expressions for Unix tasks formerly done by grep sed awk.

  • Installation & Hello Perl Program, shebang7:03

    Learn how to install perl, run a hello perl program with perl interpreter, and use the shebang line to execute it as script on Linux, Mac OS 10, and Windows.

  • Whitespace, Semicolons and Scalars6:06

    Master whitespace handling in Perl, including its behavior inside strings, and declare scalar variables with a dollar sign. Practice semicolon placement and string interpolation to embed scalars.

  • Comment Syntax, Console Input and Chomp5:20

    Learn Perl comment syntax, including single line and pod-based multi-line comments, and manage scalar variables. Get input from standard input, prompt users, and chomp the trailing newline for clean output.

  • Math and String Operators5:47

    Explore Perl operators, including arithmetic, modulus, and exponentiation, plus string concatenation and repetition, with emphasis on assignment operators and numeric–string handling.

  • Conditional Expressions and Comparison Operators7:35

    Explore how to use if and unless statements, comparison operators, and logical operators in Perl. Learn postfix if, else if, and operator precedence with practical examples.

  • Boolean Evaluation of Values4:59

    Perl determines truth or falsity by value, not by explicit true or false keywords, with empty strings, '0', and '0.0' as false, other values as true, and undef as false.

Requirements

  • Knowledge of Any Programming Language is Helpful
  • Installation of Perl, if Needed

Description

Perl is an language originally intended for text manipulation, but has evolved over the years into a general purpose programming language suited to nearly any task. In this course, we’ll learn the core language. While Perl has much in common with earlier C-based languages, it does have some syntactic idiosyncrasies that we must learn. 

Whether you’re new to programming, or coming from a language like C or Java, learning Perl will be an exciting and rewarding experience.

In this Course You will Learn

  • Your Hello Perl Program
  • Console Input
  • Math and String Operators
  • Conditional Expressions

I hope you enjoy the course, and I look forward to working with you!

Who this course is for:

  • Any Fresher Wish to Learn Basic Perl
  • To Brush Up Your Perl Knowledge