![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Replicating Net::DNS::Packetby moritz (Cardinal) |
on Jun 07, 2014 at 07:50 UTC ( [id://1089126]=note: print w/replies, xml ) | Need Help?? |
A classic: Yes, even you can use CPAN Anyway, it's actually pretty simple. Since all arguments are literals and thus constants, you install Net::DNS::Packet on one machine once, dump $dns_packet->data(), and use the resulting string by copy&paste wherever you want to use it. Update: Small nit:
The comments are the wrong way around, the should be switched.
In Section
Seekers of Perl Wisdom
|
|