Help for this page

Select Code to Download


  1. or download this
    sub get_host
    {
    ...
           return($_);
         }
    }
    
  2. or download this
    my $host = get_host();
    print "hostname = $host";
    
  3. or download this
    hostone
    hostname = hostone