Help for this page

Select Code to Download


  1. or download this
    if ( $want_to_check_email ) { 
        unshift @INC, $mod_path;
        require Email::Valid;
        Email::Valid->import;
    }