Help for this page

Select Code to Download


  1. or download this
        *CORE::GLOBAL::open = sub {
            my $result = $open->(@_);
    ...
            $fd{$ref}->{closetime} = join ".", gettimeofday;
            $result;
        };
    
  2. or download this
    sub get_fds {
        return  {
    ...
            } keys %fd 
        };
    }