RE: capturing output from running process crashes gtk2
- From: "Ratcliffe, Jeffrey (Peters)" <Jeffrey Ratcliffe External eads com>
- To: gtk-perl-list gnome org
- Subject: RE: capturing output from running process crashes gtk2
- Date: Thu, 3 Aug 2006 10:46:49 +0200
Or, as a workaround, initialize $error with an IO::Handle:
use IO::Handle;
my $error = IO::handle->new;
my $pid = open3($write, $read , $error, ...);
Even better. Thanks!
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]