Skip site navigation (1)Skip section navigation (2)
Date:      13 Feb 2001 16:59:53 +0100
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        Nick Hibma <n_hibma@qubesoft.com>
Cc:        Dirk Froemberg <dirk@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/kern makeops.pl
Message-ID:  <xzpd7cmwp3a.fsf@flood.ping.uio.no>
In-Reply-To: Nick Hibma's message of "Tue, 13 Feb 2001 12:38:42 %2B0000 (GMT)"
References:  <Pine.BSF.4.31.0102131237390.43637-100000@henny.webweaving.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Nick Hibma <n_hibma@qubesoft.com> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpd7cmwp3a.fsf>