Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 1996 11:40:11 -0500 (EST)
From:      Mike Grupenhoff <kashmir@umiacs.UMD.EDU>
To:        Poul-Henning Kamp <phk@critter.tfs.com>
Cc:        "Jordan K. Hubbard" <jkh@time.cdrom.com>, Joerg Wunsch <joerg@freefall.freebsd.org>, CVS-committers@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org
Subject:   Re: cvs commit: src/gnu/usr.bin/perl/lib gethostname.pl Makefile 
Message-ID:  <Pine.SUN.3.91.960213113802.19238C-100000@xanadu.umiacs.umd.edu>
In-Reply-To: <448.824219744@critter.tfs.com>

next in thread | previous in thread | raw e-mail | index | archive | help

> > >   require "gethostname.pl";
> > >   $thishost = &gethostname'gethostname;

Perhaps you should just name the sub "main'gethostname", so calls would 
simply be

	require 'gethostname.pl';
	$thishost = &gethostname;

mike




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.960213113802.19238C-100000>