Forum Moderators: coopster & phranque
How should i structure this?
Basicalled the user will input a value, the script will search the three arrays and based on the array it will send an email to a specific address...
im NEW! =) thank you!
if (scalar(@a)!= 0) { mail('personA');} elsif (scalar(@b)!= 0) { mail('personB');} elsif (scalar(@c)!= 0) { mail ('personC');} else { throw_error();}
I'm new too! :-)