Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Perl script to comment out lines in named.con file

by shmem (Chancellor)
on Oct 04, 2007 at 22:55 UTC ( [id://642783]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    zone "10.in-addr.arpa" {
        type forward;
    ...
            10.1.2.5;
        };
    };
    
  2. or download this
    my $comment = 0;
    my $block   = 0;
    ...
        }   
        print;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-03-28 21:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found