5
Simple function to check for a valid email address. Makes sure the @ and a . are in the right place. There is most likely a perl package on CPAN that would be more extensive, but this happens to work for my uses.
7
So... this is a simple and great
way for validate email address using regular expressions. happy programming!









