Mega Code Archive

 
Categories / Perl / Hash
 

Create hash from scalar variable

$hash2{A} = F; $hash2{B} = E; $hash2{'C'} = D;