Help for this page

Select Code to Download


  1. or download this
    $FH = FileHandle::Rollback->new("> $filepath") or die "cannot open fil
    +ehandle: $!";
    select($FH);
    ...
    print("$stringline \n");
    }
    $FH->commit;
    
  2. or download this
      opendir(my $FILELIST,"temp")|| die $_; 
       
    ...
    }