On Apr 13, 1:17 pm, Tim Bunce <[email protected]> wrote:
> Runs all END blocks.

Ok,I ran the program in the debugger and traced execution to find that
it exited in an END block with a call to POSIX::_exit.  Would this
cause remaining END blocks to be aborted?

    } else {
      close STDOUT; close STDERR; close $_ for @close_fhs;
      $pending_signals{$_} && suicide $_ for keys %pending_signals;
      POSIX::_exit $?;
<=======================================================
    }
  }

}

Thanks,

-Clint

-- 
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.

Group hosted at:  http://groups.google.com/group/develnytprof-dev
Project hosted at:  http://perl-devel-nytprof.googlecode.com
CPAN distribution:  http://search.cpan.org/dist/Devel-NYTProf

To post, email:  [email protected]
To unsubscribe, email:  [email protected]

Reply via email to