From owner-cvs-all Tue Feb 13 8: 0:11 2001 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 265E837B491; Tue, 13 Feb 2001 07:59:58 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id QAA95887; Tue, 13 Feb 2001 16:59:53 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Nick Hibma Cc: Dirk Froemberg , , Subject: Re: cvs commit: src/sys/kern makeops.pl References: From: Dag-Erling Smorgrav Date: 13 Feb 2001 16:59:53 +0100 In-Reply-To: Nick Hibma's message of "Tue, 13 Feb 2001 12:38:42 +0000 (GMT)" Message-ID: Lines: 13 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nick Hibma writes: > if ( $arg eq '--' ) { > last; > } elsif ( $arg =~ m/^-.*/ ) { > push @args, $arg; > } elsif ( $arg =~ m/\.m$/ ) { > push @filenames, $arg; Excuse me, but what's wrong with Getopt::Std? DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message