![]() |
Perlaccess : Tutorials : Variables Scalar Variables (3.1) by Jacob A. Wheeler http://www.bigresources.com |
|
One
important part of any programming language is variables. Variables
give you the ability to create dynamic applications, and store
temporary information. Unlike some languages, in PERL you
do-not have to declare the variables before you use them.
Below are a few examples of how scalar variables can be used.
Here is some example code on howto append scalar variables.
The following will do the same thing.
|