John Peacock wrote:
> 
> I'm sure that there is a platform-independent way to get the hostname

How about:

use Sys::Hostname;
$host = hostname;

R.

Reply via email to