in reply to Re^3: How to create a DNS message in perl?
in thread How to create a DNS message in perl?
my $QNAME= "www.google.com"; my ($QNAME1, $QNAME2,$QNAME3)= split(/\./,$QNAME); my ($len1,$len2, $len3)=(length($QNAME1),length($QNAME2),length($QNAME +3));
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: How to create a DNS message in perl?
by ikegami (Patriarch) on Jul 30, 2008 at 20:11 UTC | |
by sanjay nayak (Sexton) on Jul 31, 2008 at 06:40 UTC |