$Hash{"Element"}='A B C D E'; my @Array=$Hash{"Element"}; #Probably syntax problem here. print "$Array[0]\n"; #expecting 'A' getting 'A B C D E'