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