View Single Post
  #2   (View Single Post)  
Old 18th November 2008
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by stukov View Post
In my understanding, $attributes is a reference to an array.
Close. $attributes is a reference to an anonymous hash.
Quote:
What will the => do then?
This is used to establish the (key,value) pairs.
Reply With Quote