41,42c41,42 < my $fh = *{ $self->{fh} }; < print $fh $self->{output}->(@_); --- > open FH, ">&", \*{ $self->{fh} }; # dup to avoid potential STDOU +T recursion > print FH $self->{output}->(@_);
In reply to Re^2: Filter::Handle segfault in Perl 5.8+
by tima
in thread Filter::Handle segfault in Perl 5.8+
by tima
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |