Perl Programming
Scalars
Store any single value
Have a name preceeded by a
$
character
May be declared in a local scope with a
my
qualifier
Dynamicly assume whatever value is assigned
Previous
http://www.mit.edu/iap/perl/
Next