- or download this
use vars qw/ %opt /;
- or download this
sub revlookup
{
- or download this
my $res=Net::DNS::Resolver->new;
$res->nameservers($server);
my $search = $res->search($input);
- or download this
if ($search)
{
foreach $rr ( $search->answer)
- or download this
sub fwlookup
{
- or download this
sub options
{
use Getopt::Long;