Help for this page

Select Code to Download


  1. or download this
    sub getHostname
    {
    ...
    
        # Do the rest of the stuff here
    }
    
  2. or download this
        # This is the rest of the stuff.
    
    ...
        print "$IpAddress\t$Host\n" if $VERBOSE;
        return $Host;
    }