David Golden
Wed, 26 Sep 2007 08:34:18 -0700
On 9/26/07, David Landgren <[EMAIL PROTECTED]> wrote:
> Wot, like
>
> use Config;
> print "we can fork!" if $Config{d_fork};
Yes -- but which of the thread Config option do I use to check if it
supports threads?
And what's the relation of $Config{d_vfork} to $Config{d_fork}? Is
having either sufficient?
Unfortunately, Config isn't always the clearest to the non-p5p crowd.
David