Help for this page

Select Code to Download


  1. or download this
    use strict ;
    use warnings ;
    ...
      print /^\S+\@([a-z-]+\.)+[a-z]{2,4}$/ ? "GOOD!!!" : "bad" ;
      print "\n" ;
    }
    
  2. or download this
    you@somewhere.com is GOOD!!!
    me@here is bad
    me@here@there@everywhere is bad
    why@ is bad
    @.it is bad