[dns-operations] creeping poorness of judgement
Paul Vixie
paul at redbarn.org
Tue Mar 17 01:21:30 UTC 2020
On Tuesday, 17 March 2020 00:15:03 UTC Mark Andrews wrote:
> I’d call that bad documentation.
documentation looks right to me.
> [util.redbarn:amd64] cat -n xxx.pl
> 1 use Net::DNS;
> 2 print $Net::DNS::VERSION . "\n";
> 3 $rr = new Net::DNS::RR( name => 'name',
> 4 type => 'TXT',
> 5 txtdata => [ 'multiple', 'strings', 'string with spaces' ]
> 6 );
> 7 $_ = $rr->txtdata;
> 8 print "{$_}\n";
> [util.redbarn:amd64] perl xxx.pl
> 1.21
> {multiple strings string with spaces}
--
Paul
More information about the dns-operations
mailing list