Help for this page
my @errors = qw(arg1=1 arg2=2 arg3=3); my %errors; ... %errors2 = map {split /=/,2} @errors; # thanks, Chmrr