in reply to Re^2: In the BEGINing there were no forks?in thread In the BEGINing there were no forks?
BEGIN { $pid = fork(); require "logic.pl" if $pid; } require "logic.pl"; [download]