open ( OTHERCONFIG, ">/path/to/otherconfigFile" ) or die "FATAL :: failure configuring - $!\n\n"; print OTHERCONFIG $otherConfig; close(OTHERCONFIG);