Hello all, I need to write a subroutine that validates several fields and returns one summary field containing names of what failed. I was thinking of concatenating names of all fields that failed and return that string from the subroutine. Then check the string (return value) and if it's not null update the data base with it. Is that considered a good style for Perl? Frankly I'm not sure if this is a valid question, sorry if it's not and just ignore it, I just would like to do this the best way possible.
thanks Leila