in reply to real time server side validation

The question is how can I send the answer (for example "You typed a wrong password") from this script to a callback function of jQuery.post()?
print "You typed a wrong password";
Or do you have another Perl question?

Replies are listed 'Best First'.
Re^2: real time server side validation
by yakoval (Novice) on Dec 14, 2010 at 16:48 UTC
    I asked this question. Thanks.