Home | History | Annotate | Download | only in Scripts

Lines Matching refs:NEWFILE

1163     open NEWFILE, ">", "$filePath" or die "Could not create $filePath. $!\n";
1164 print NEWFILE $contents;
1165 close NEWFILE;