in reply to Re: Verify WordPress user password via Perl
in thread Verify WordPress user password via Perl

First you should call the php script from the command line and check if you see the result output.

Then call the perl script from the command line (or an abbreviated test script). If it works, the malfunction comes from calling it in the browsers environment

Then try to call it like this:

@ok= `php /path/to/check_password.php`;

and check if you get back more than one line (although I don't see where an additional line could come from)