Re: "Software error" is driving me crazy...

* Donnie wrote:
>Now i'm able to run  the validator but it always returns "non valid" message
>without showing any results.

Look for @spopt and try to remove the -R in the list of entries; note
that this might have potential security implications so avoid opening
to untrusted people or using it with untrusted data. Then look for the
line 'seek $_, 0, 0 for $spout, $sperr;' and add

  binmode($spout, ':crlf') if $^O eq "MSWin32";

after it.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://www.bjoernsworld.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://bjoern.hoehrmann.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/

Received on Thursday, 25 November 2004 18:05:18 UTC