- or download this
use warnings; use strict; use 5.006;
...
_preclose($obj);
}
}
- or download this
sub WRITE {
warn Dumper(["WRITE",@_]);
...
my($obj) = @_;
fileno($$obj{"handle"});
}
- or download this
}
...
# note: perl will close handle when $APP goes out of scope
__END__