mod_perl and XML::LibXML
[prev]
[thread]
[next]
[Date index for 2005/03/17]
--=-686Bl/HH+52zpzZfjBrd
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Hi,
I have an occaisional error happening with a module i'm using from a
mod_perl script. This is in my "new" method ...
my $ifh =3D IO::File->new($project_dir.'/info.xml') || die "Can't open
info file: $!";
$data->{'info'} =3D $parser->parse_fh($ifh);
And the error it gives is ...
read on filehandle failed: Can't use an undefined value as a symbol
reference at /usr/lib/perl5/site_perl/5.8.4/i686-linux/XML/LibXML.pm
line 336.
By occaisional I mean that this error has occured 21 times in over
21,000 hits.
--=20
James Orr <james@xxxxxxx.xxx>
--=-686Bl/HH+52zpzZfjBrd
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
iD8DBQBCOZLekcMa/XGnIkgRApUBAKC38aPjpxEu3K5ddJiVDbCMwazWsQCgg9cR
SoCqld/rLn7lCYuLTg9g1Kg=
=FYGN
-----END PGP SIGNATURE-----
--=-686Bl/HH+52zpzZfjBrd--
 |
mod_perl and XML::LibXML
James Orr 14:23 on 17 Mar 2005
|