From: "Jan Dubois" <jand@activestate.com>
Message-ID: <
023a01c7f63e$b9da1170$2d8e3450$@com>
p4raw-id: //depot/perl@31881
waiting pseudo-process that called exec(), not the real process it is
waiting for after the exec().
+When exec() is called inside a pseudo-process then DESTROY methods and
+END blocks will still be called after the external process returns.
+
=item exit()
exit() always exits just the executing pseudo-process, after automatically