The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
        my $added = $dns->add_dns('pesquisa.sl.pt', '10.135.3.179','A');
        if (!$added) { 
                print "ERROR: " .$dns->{'error'}  ."\n";
        } else {
                print "dns added\n";
        }
        print Dumper $info;
        print Dumper $info;
        if (!$info) {
                print "ERROR: " . $dns->{'error'} ."\n";
        } else {
                print Dumper $info;
        }

7 POD Errors

The following errors were encountered while parsing the POD:

Around line 17:

Unknown directive: =head

Around line 29:

Unknown directive: =head

Around line 40:

Unknown directive: =head

Around line 47:

Unknown directive: =head

Around line 54:

Unknown directive: =head

Around line 67:

Unknown directive: =head

Around line 77:

Unknown directive: =head