From owner-freebsd-questions@FreeBSD.ORG Sat Oct 14 05:51:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C9F216A47C for ; Sat, 14 Oct 2006 05:51:50 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7EA043D83 for ; Sat, 14 Oct 2006 05:51:39 +0000 (GMT) (envelope-from josh.carroll@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1020273wxd for ; Fri, 13 Oct 2006 22:51:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=s+iWpN9tfaTMAj0BU6dVrrUe7yQBuoCT4w45a0guU0dsQ+YmA8tWzCie7RQi/1VGDoEPfJhBG70B2Qcq+ifxHa6poSw159shyPBGC2qRwW4ObP/4DZhaIji/fkPqEF9L3jHr7bn16gs0/GH6mkMZzdz+cxAEKZyBMkuErgzu2dw= Received: by 10.90.118.10 with SMTP id q10mr2885932agc; Fri, 13 Oct 2006 22:51:39 -0700 (PDT) Received: by 10.90.100.15 with HTTP; Fri, 13 Oct 2006 22:51:39 -0700 (PDT) Message-ID: <8cb6106e0610132251j568bf8e9o224a9927378d98eb@mail.gmail.com> Date: Fri, 13 Oct 2006 22:51:39 -0700 From: "Josh Carroll" Sender: josh.carroll@gmail.com To: freebsd-questions@freebsd.org In-Reply-To: <453079F5.9030104@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: <453078FB.3030904@u.washington.edu> <453079F5.9030104@u.washington.edu> X-Google-Sender-Auth: e1231b28104d28f4 Cc: Garrett Cooper Subject: Re: Perl's GetOpt::Std -- Where is it? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Oct 2006 05:51:50 -0000 Actually, it looks like you're trying to: use GetOpt::Std; But it should be: use Getopt::Std; Note the non-capital o there :) Josh On 10/13/06, Garrett Cooper wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Garrett Cooper wrote: > > I'm trying to make a Perl script with GetOpt::Std, a Perl module > > that's supposed to exist with the base installation of Perl. Perl > > reports that it doesn't exist in the @INC path for Perl and I haven't > > really installed any additional Perl modules (at least to my knowledge). > > Plus, if there is a port or option where I can keep GetOpt::Std up to > > date, that would be the best way to maintain things. > > Any help with this pursuit's much appreciated! > > -Garrett > > Probably should have included more info: > > Can't locate GetOpt/Std.pm in @INC (@INC contains: > /usr/local/lib/perl5/5.8.8/BSDPAN > /usr/local/lib/perl5/site_perl/5.8.8/mach > /usr/local/lib/perl5/site_perl/5.8.8 > /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl > /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at > ./ipf_gen.pl line 7. > BEGIN failed--compilation aborted at ./ipf_gen.pl line 7. > [gcooper@hoover ~]$ > > - -Garrett > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFFMHn16CkrZkzMC68RAlO+AJ9YmKP8HkA1WGu4hN0JIT+rPcFrxACZAQNy > xiPk1Prr3lr5+H/XMrXdFl8= > =tC1E > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >