On Sun, 6 Jan 2002, Stas Bekman wrote:
> I've done with this:
>
>
> - eval 'END {
> + eval 'my $parent_pid = $$;
> + END {
> + return unless $$ == $parent_pid; # because of forkok. i thought is_parent() could be useful elsewhere, but i guess we could worry about that later if needed.
