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
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
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
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