Help for this page

Select Code to Download


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