47

Variables
Variable Types

  • Data of any type may be stored within three basic types of variables

    • Scalar
    • List
    • Associative array (hash table)

  • Variables are always preceded by a "dereferencing symbol" when either assigning or fetching values

  • The dereferencing symbol is what you use to tell Perl which kind of variable type to use to hold your data