Searched refs:configuration_h (Results 1 – 1 of 1) sorted by relevance
154 my $configuration_h =158 open CONFIGURATION_H, ">${configuration_h}.new"159 or die "Trying to create ${configuration_h}.new: $!";179 if (-f $configuration_h) {180 my $configuration_h_mtime = (stat($configuration_h))[9];187 || compare_text("${configuration_h}.new", $configuration_h) != 0) {192 unlink "${configuration_h}.new"199 rename("${configuration_h}.new", $configuration_h)200 or die "Trying to rename ${configuration_h}.new to $configuration_h: $!";201 print 'Created ',$configuration_h,"\n";
Completed in 4 milliseconds