From owner-freebsd-questions@FreeBSD.ORG Sun Apr 8 07:36:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F04EB16A402 for ; Sun, 8 Apr 2007 07:36:11 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id AE51D13C455 for ; Sun, 8 Apr 2007 07:36:11 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1377159ana for ; Sun, 08 Apr 2007 00:36:11 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aV29UDHcoZMOGu1/+6TelIhOsLcZp9Tj5x0m/Qca6kHrquOEeMr4guXmExAuG8KT9CFQXTYxkNvBLI4RsUvK1T5ZH3/IWq4cDjjsY85MGS8DCSj/Jxj4J/mTZw03Qdr5KFsRlrGRkdWCB6EcgLwncQi0JLdJiCfFPL+TB7o8Thw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uubIDtYHyOiMiyoHc0hqPNATrc3LTK8kH2YcTHDPL/lJFV7sJ4SrBrpXAaXI2LMc+nAAblQTZimoYu8MRbKcgtloay/PRNXMG4YxfdfukDJqPrNG3J9i5VIq+x9d8LI6LOJN7BZakHUNSf+CO6rphhHQIADk4Spga0uPKIqL99Q= Received: by 10.100.57.14 with SMTP id f14mr3196982ana.1176017771201; Sun, 08 Apr 2007 00:36:11 -0700 (PDT) Received: by 10.100.59.18 with HTTP; Sun, 8 Apr 2007 00:36:10 -0700 (PDT) Message-ID: <8cb6106e0704080036p76de2231j3668d7d90639d717@mail.gmail.com> Date: Sun, 8 Apr 2007 00:36:10 -0700 From: "Josh Carroll" To: "Garrett Cooper" In-Reply-To: <4618992D.5050106@u.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4617B954.7010507@steelbox.org> <20070407171120.GA70957@kobe.laptop> <4618992D.5050106@u.washington.edu> Cc: freebsd-questions@freebsd.org Subject: Re: script perl with sed command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 07:36:12 -0000 > Interesting. Is that old perl syntax (v4, etc)? Just curious because > most of the documentation and examples switched to: No, he's using a function prototype. In this particular case, he's saying the supfile_set_default_host function will take two scalars as arguments. For more info: perldoc perlsub Josh