Help for this page

Select Code to Download


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