Description of Perl 101 (Part 2) - Of Variables And Operators :
This is the second article in a series and teaches you about Perl's variables and operators. It also introduces you to conditional expressions, where a variable is the fundamental building block of any programming language. A variable can store both numeric and non-numeric data, and the contents of a variable can be altered during program execution.