Help for this page
use strict; use warnings; ... # View the data (use a *reference* to the hash, though!) printf "Data => %s\n", Dumper(\%hash);
Data => $VAR1 = { 'A' => ' B, C', 'D' => 'E,F', 'G' => ' H,I' };