Anvilon
Eric | Links | Kids | Talks | Software | Contact
Variables
First page Back Continue Last page Overview Graphics

Variables

  • Variable types:

    • $scalar
      • String
      • Number (integer, floating point)
      • Reference (to scalar, array, hash, or subroutine)
    • @array (ordered list of scalars)
      • $array[$index] = $value
    • %hash (unordered set mapping scalar key to scalar value)
      • $hash{$key} = $value
Copyright ©1998-2008
Eric Hammond
Credits