programming-examples/perl/_Basics
2019-11-15 12:59:38 +01:00
..
! $v1 && $v2.pl Initial commit 2019-11-15 12:59:38 +01:00
A program that uses the pre-increment operation..pl Initial commit 2019-11-15 12:59:38 +01:00
Adding a number and a string.pl Initial commit 2019-11-15 12:59:38 +01:00
After incrementing.pl Initial commit 2019-11-15 12:59:38 +01:00
After pre-decrement.pl Initial commit 2019-11-15 12:59:38 +01:00
Arithmetic Operators in action.pl Initial commit 2019-11-15 12:59:38 +01:00
Assign value to four variables.pl Initial commit 2019-11-15 12:59:38 +01:00
Assignment Operators.pl Initial commit 2019-11-15 12:59:38 +01:00
Assignment Statements.pl Initial commit 2019-11-15 12:59:38 +01:00
Autoincrement and Autodecrement Operators and Assignment.pl Initial commit 2019-11-15 12:59:38 +01:00
Basic Math Compound Assignment Statements.pl Initial commit 2019-11-15 12:59:38 +01:00
Basic Numeric Operations.pl Initial commit 2019-11-15 12:59:38 +01:00
Bitwise And Operators in action.pl Initial commit 2019-11-15 12:59:38 +01:00
Bitwise Logical Operators.pl Initial commit 2019-11-15 12:59:38 +01:00
Bitwise operator.pl Initial commit 2019-11-15 12:59:38 +01:00
Bitwise Or Operators in action.pl Initial commit 2019-11-15 12:59:38 +01:00
Boolean and &&.pl Initial commit 2019-11-15 12:59:38 +01:00
Boolean operator.pl Initial commit 2019-11-15 12:59:38 +01:00
Built-in Perl Arithmetic Functions.pl Initial commit 2019-11-15 12:59:38 +01:00
Complex Assignment.pl Initial commit 2019-11-15 12:59:38 +01:00
Compound Assignment Operators.pl Initial commit 2019-11-15 12:59:38 +01:00
Compound operator.pl Initial commit 2019-11-15 12:59:38 +01:00
Demonstrates the difference between pre- and postincrement.pl Initial commit 2019-11-15 12:59:38 +01:00
Getting Input in Perl Scripts.pl Initial commit 2019-11-15 12:59:38 +01:00
Increment and Decrement Operations.pl Initial commit 2019-11-15 12:59:38 +01:00
Logical operators are defined.pl Initial commit 2019-11-15 12:59:38 +01:00
Logical Word Operators.pl Initial commit 2019-11-15 12:59:38 +01:00
Operating and Assigning at Once.pl Initial commit 2019-11-15 12:59:38 +01:00
OPERATOR PURPOSENumeric operators.pl Initial commit 2019-11-15 12:59:38 +01:00
Post-increment operation..pl Initial commit 2019-11-15 12:59:38 +01:00
Precedence and Associativity.pl Initial commit 2019-11-15 12:59:38 +01:00
Precedence with word operators and short-circuit operators.pl Initial commit 2019-11-15 12:59:38 +01:00
Read user input and use if statement to check it.pl Initial commit 2019-11-15 12:59:38 +01:00
Remainder and power.pl Initial commit 2019-11-15 12:59:38 +01:00
Short-circuit operators.pl Initial commit 2019-11-15 12:59:38 +01:00
Square $var.pl Initial commit 2019-11-15 12:59:38 +01:00
Subtract 1 from $var.pl Initial commit 2019-11-15 12:59:38 +01:00
The assignment operators.pl Initial commit 2019-11-15 12:59:38 +01:00
The autoincrement operator.pl Initial commit 2019-11-15 12:59:38 +01:00
To set a variable, use the = operator.pl Initial commit 2019-11-15 12:59:38 +01:00
Use parentheses wherever possible to force precedence.pl Initial commit 2019-11-15 12:59:38 +01:00
Using Assignment Operators on Scalar Variables.pl Initial commit 2019-11-15 12:59:38 +01:00
Using auto-increment operator for a string with digits.pl Initial commit 2019-11-15 12:59:38 +01:00
Using auto-increment operator for a string.pl Initial commit 2019-11-15 12:59:38 +01:00