in reply to Re: fork() && exit;
in thread fork() && exit;

Abigail,

An initial google search and perldoc search didn't reveal anything about "fork err". Can you please provide a link to any info regarding it? TIA

-stvn

Replies are listed 'Best First'.
Re: fork() && exit;
by Abigail-II (Bishop) on Feb 23, 2004 at 16:58 UTC
    err is an operator (and has nothing to do with fork), which you get if you install the // patch (for 5.8.1, 5.8.2 or 5.8.3), or if you run bleadperl.

    Abigail