- or download this
use strict;
use warnings;
...
Kg
return %hash;
}
- or download this
zone "zone.com" {
type slave;
...
ip.perlmonks.ress.here
};
};
- or download this
cnn.com -> cnn.add.ress.here
perlmonks.org -> ip.perlmonks.ress.here
zone.com -> ip.add.ress.here
- or download this
/zone\s+"([^"]+)".+masters\s+{\s*([^}\s]+)\s*}/s
^ ^ ^ ^ ^ ^ ^ ^ ^
...
| | + - Match anything that's not a "
| + - Begin quotation
+ - 1+ whitespaces