Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Compare zone files in directory with what is listed in named.conf

by fisher (Priest)
on May 15, 2013 at 20:15 UTC ( [id://1033736]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open F, "named.conf.local" or die "$!";
    while(<F>) {
    ...
      push @lines, $_;
    }
    close F;
    
  2. or download this
    opendir D, "$directory" || die "Cant: $1";
    my @list = grep /db/, readdir(D);
    closedir D;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1033736]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-20 01:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found