I'm getting this error with the join command
Not enough arguments for join at F_replace line 44, near "join,"
Execution of F_replace aborted due to compilation errors.
here is the sub of my script--> Whats up with it?
sub modify_name { open NAME, "<names" or die "file...
I'm having trouble writing a program for dns modifications. I need to find a way to search an open file and change or substitute the found results with the input.
Example---->
sub modify_dns {
open DNS, "/var/named/domain.com.hosts";
(need to search and replace here)
Any help woudl be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.