Help for this page
system start => acrord32 => $pdf_file; # or system start => $pdf_file;
# in child after fork (close STD* for good measure) close STDIN; close STDOUT; close STDERR; system $cfg{PDFViewer}, $pdf_file;