Help for this page
use strict; use warnings; ... print "#" if m/^zone "\Q$targetdomain\E" {/ .. m/^}/; print; }
zone "dontchangethisdomain.com" { type master; ... file "/other/path/to/leavethisalonetoo.com"; notify yes; }