From owner-freebsd-commit Tue Feb 13 05:30:50 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA11315 for freebsd-commit-outgoing; Tue, 13 Feb 1996 05:30:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA11305 for cvs-all-outgoing; Tue, 13 Feb 1996 05:30:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA11291 for cvs-gnu-outgoing; Tue, 13 Feb 1996 05:30:45 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA11280 Tue, 13 Feb 1996 05:30:43 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id FAA16387; Tue, 13 Feb 1996 05:30:33 -0800 To: Joerg Wunsch cc: CVS-committers@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/perl/lib gethostname.pl Makefile In-reply-to: Your message of "Tue, 13 Feb 1996 05:17:51 PST." <199602131317.FAA10685@freefall.freebsd.org> Date: Tue, 13 Feb 1996 05:30:33 -0800 Message-ID: <16385.824218233@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk > require "gethostname.pl"; > $thishost = &gethostname'gethostname; Only in perl could you have a construct so chillingly bizarre as this and get away with it! :-) Jordan