On Tue, Sep 28, 2004 at 02:37:17PM -0700, Anthony Baratta wrote:
> 4752 Warning - http://local.dev.port.com/pdf/publ_notice2.pdf: Use of
> uninitialized value in waitpid at
> C:\Progra~1\SWISH-E\lib\swish-e\perl/SWISH/Filter.pm line 1119.
Geeze. Whack me this a clue stick.
> my $output = <$fh>;
> close $fh;
> waitpid $self->{pid}, 0 if delete $self->{pid};
Been one of those days.
waitpid delete $self->{pid}, 0 if $self->{pid};
--
Bill Moseley
moseley@hank.org
Unsubscribe from or help with the swish-e list:
http://swish-e.org/Discussion/
Help with Swish-e:
http://swish-e.org/current/docs
swish-e@sunsite.berkeley.edu
Received on Tue Sep 28 16:32:42 2004