Help for this page

Select Code to Download


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