hi 
this is a hash :
%hash1=("key1"=>"value1","key2"=>"value2"
;
this is an array :
@a=(1,2,3);
but what is THIS ???
????=["key1"=>"value1","key2"=>"value2"]; ????
and how can i build it, if i have key1, value1, key2 and value2 ???
thanx for any answer
)
this is a hash :
%hash1=("key1"=>"value1","key2"=>"value2"
this is an array :
@a=(1,2,3);
but what is THIS ???
????=["key1"=>"value1","key2"=>"value2"]; ????
and how can i build it, if i have key1, value1, key2 and value2 ???
thanx for any answer