Help for this page
my %errs = ( name => 'Unspecified', email => 'Invalid' ... foreach (keys %fields) { print $errs{$_} unless $fields{$_}; }