Help for this page
unless (-d $parent) { ${$options{ErrStr}} = "Parent directory ($parent) is not a directo +ry"; return (); }
if ($ENV{PAR_CLEARTEMP}) { ($fh, $filename) = File::Temp::tempfile( ... UNLINK => ($^O ne 'MSWin32'), ); }