in reply to Re: Re: Why use HTML instead of CGI? (codediscussion)
in thread Why use HTML instead of CGI? (code, discussion)

Don't use regex to match email addresses. Please see Email::Valid or the PERLFAQ on this subject, How do I check a valid mail address?

Replies are listed 'Best First'.
Re: Slightly OT
by shotgunefx (Parson) on May 15, 2001 at 12:16 UTC
    Good point. This was as the name implied a silly demonstration I threw together for the sake of this post.

    Probably unwise of me to post such an "iffy" example with newbies around.

    -Not that I don't have a ton to learn still ;)