in reply to Re: Validate newline delimited email list
in thread Validate newline delimited email list

$error is set in the first line of code. I've revised the print line. Thanks for taking a look...
  • Comment on Re^2: Validate newline delimited email list

Replies are listed 'Best First'.
Re^3: Validate newline delimited email list
by ikegami (Patriarch) on Jan 12, 2007 at 21:05 UTC

    $error is set in the first line of code.

    You know I meant where it set after being initialized because you added

    $error++ unless(Email::Valid->address($_));