in reply to
Re: Fork / use Warnings Confusion
in thread
Fork / use Warnings Confusion
You'd have to use
forks::shared
, but if you're going to do that, you might as well use
threads::shared
:)
Comment on
Re^2: Fork / use Warnings Confusion
In Section
Seekers of Perl Wisdom