Help for this page

Select Code to Download


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