Help for this page

Select Code to Download


  1. or download this
    Tk::Error: Can't call method "reverse_ip" without a package or object 
    +reference
    at C:\_SCRIPT\Perl\DNS\TkNMLookup.pl line 21.
    ...
     Tk::Button::Invoke at C:/Perl/lib/Tk/Button.pm line 135
     <Key-Return>
     (command bound to event)
    
  2. or download this
    ### Moduels to use
    use Tk;
    ...
        my $namer = $answer->{'answer'}[0];
        $b = $namer->{'ptrdname'};
    }