Help for this page
use strict; use warnings; ... system 'gswin32c', '-q', '-sDEVICE=pdfwrite', '-o', $out_fn, $in_fn; # now do something useful with out.pdf
use strict; use warnings; ... }; print "*** STDOUT ***\n$out\n"; print "*** STDERR ***\n$err\n";
use strict; use warnings; ... print do { local $/; <$out> }; close $out; waitpid( $pid, 0 );