Help for this page
use IPC::Open2; ... open(NULL, "+</dev/null"); my $pid = open2(">&NULL", "<&NULL", @cmd); ...