On 12/7/2012 9:16 AM, Mark Martinec wrote:
Interesting. The Net::DNS 0.68 docs claim:
man Net::DNS::RR::TXT
char_str_list
print "Individual <character-string> list: \n\t",
join("\n\t", $rr->char_str_list());
Returns a list of the individual <character-string> elements, as
unquoted strings. Used by TXT->rdatastr and TXT->rr_rdata.
NB: rdatastr will return quoted strings.
But the inserted quotation marks seem silly indeed.
Thanks Mark for reviewing this. And Todd, good catch. I agree with
Mark's patch re: local but otherwise a good fix.
Regards,
KAM