Re: mod_perl and XML::LibXML

2005-03-18 Thread D. Hageman
On Thu, 17 Mar 2005, Stas Bekman wrote: James Orr wrote: 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 = IO::File->new($project_dir.'/info.xml') || die "Can't open info file: $!"; $data->{'info'} = $parser->parse_fh

Re: mod_perl and XML::LibXML

2005-03-17 Thread Stas Bekman
James Orr wrote: 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 = IO::File->new($project_dir.'/info.xml') || die "Can't open info file: $!"; $data->{'info'} = $parser->parse_fh($ifh); And the error it gives is ... re