- or download this
open(my $pfh, ">&", "STDOUT") or die("$0:ERROR Unable to redirect outp
+ut to STDOUT. ERR: $?/$!\n");
...
$fmo->set_mhandle($pfh);
print Dumper $fmo;
- or download this
sub new {
my $class = shift;
...
return $self->{mhandle};
}
- or download this
$VAR1 = {
'mhandle' => \*{'::$pfh'},
'waitforchilds' => '180',
'maxchilds' => '20'
};
- or download this
$VAR1 = bless( {
'mhandle' => 'glob(0x2161670)',
...
'maxchilds' => 20,
'_childs' => {}
}, 'fmanager' );
- or download this
$VAR1 = bless( {
'mhandle' => \*{'::$pfh'},
...
'maxchilds' => 20,
'_childs' => {}
}, 'fmanager' );