On 19 Feb 2000, Artur Silveira da Cunha wrote:

> warning: Use of "defined" without parens is ambiguous at /usr/local/lib/perl5/5.
> 00503/_h2ph_pre.ph line 2.
> BEGIN not safe after errors--compilation aborted at test.pl line 32.

Eh?  What kind of wack error message is that?  At line 32 is 'use
Log::Dispatch::File;' which uses IO::File.  _h2ph_pre.ph is pulled in by
using one of the many .ph files.  I do use one of these in
Log::Dispatch::Syslog.  Anyway, the whole thing is wacky because your .ph
files shouldn't cause that sort of error.  Can you write a script that
just does something like:

#!/usr/bin/perl -w

use strict;

require <any .ph file>


and see if it gives an error.

If it does I suspect something strange is going on with your Perl install.


-dave

/*==================
www.urth.org
We await the New Sun
==================*/

Reply via email to