Help for this page

Select Code to Download


  1. or download this
    $#{ $ref }
    
  2. or download this
    $#$ref
    
  3. or download this
    $array[$i]  ${ $ref }[$i]    (also $ref->[$i])
    @array      @{ $ref }
    $#array     $#{ $ref }
    
  4. or download this
    Can't use string ("0") as an ARRAY ref while "strict refs" in use.