- or download this
#!/usr/bin/env perl
use strict;
...
dd( @fields );
}
print "after loop---\n";
- or download this
#IP Configuration
#Fri Aug 27 16:07:40 NZST 2021
...
interface=eth0
domain_name_servers=8.8.8. 8.8.1.1
ip_address=192.130.1.10/24
- or download this
at start of program---
(
...
("domain_name_servers", "8.8.8. 8.8.1.1")
("ip_address", "192.130.1.10/24")
after loop---