Losing POST data (was: mod_perl and XML::LibXML)

2005-03-18 Thread James Orr
On Fri, 2005-03-18 at 03:15 -0600, D. Hageman wrote: > 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($p

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

mod_perl and XML::LibXML

2005-03-17 Thread James Orr
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 ... read on filehan