Net::DNS::RR::NAPTR - DNS NAPTR resource record
print "order = ", $rr->order, "\n";
print "preference = ", $rr->preference, "\n";
print "flags = ", $rr->flags, "\n";
print "service = ", $rr->service, "\n";
print "regexp = ", $rr->regexp, "\n";
print "replacement = ", $rr->replacement, "\n";
Returns the replacement field.
Portions Copyright (c) 2002-2003 Chris Reinhardt.
All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.
Net::DNS::RR::NAPTR is based on code contributed by Ryan Moats.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |