From owner-freebsd-questions@FreeBSD.ORG Sat Oct 14 08:49:43 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 CDC3616A5C7 for ; Sat, 14 Oct 2006 08:49:43 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7059843D49 for ; Sat, 14 Oct 2006 08:49:31 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id k9E8nUnd010337 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 14 Oct 2006 01:49:31 -0700 X-Auth-Received: from [192.168.0.101] (dsl254-013-145.sea1.dsl.speakeasy.net [216.254.13.145]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id k9E8nK2L008784 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 14 Oct 2006 01:49:26 -0700 Message-ID: <4530A476.6090602@u.washington.edu> Date: Sat, 14 Oct 2006 01:48:54 -0700 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.7 (X11/20060929) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <453078FB.3030904@u.washington.edu> <453079F5.9030104@u.washington.edu> <8cb6106e0610132251j568bf8e9o224a9927378d98eb@mail.gmail.com> In-Reply-To: <8cb6106e0610132251j568bf8e9o224a9927378d98eb@mail.gmail.com> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-PMX-Version: 5.2.0.266434, Antispam-Engine: 2.4.0.264935, Antispam-Data: 2006.10.14.12443 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __LINES_OF_YELLING 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' 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 08:49:43 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Josh Carroll wrote: > 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: > 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 Brilliant, that did the trick! Thanks for the help. - -Garrett -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFMKR26CkrZkzMC68RAg/DAKCLWv8R3He6S9ckSwEB3IeMHe2p1gCaAt5D Hu57yl5MCg1YX1r3UeYhrS4= =SX6T -----END PGP SIGNATURE-----