Re: Perl's GetOpt::Std -- Where is it?

2006-10-14 Thread Garrett Cooper
-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 [EMAIL PROTECTED] wrote: Garrett Cooper wrote:

Perl's GetOpt::Std -- Where is it?

2006-10-13 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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

Re: Perl's GetOpt::Std -- Where is it?

2006-10-13 Thread Garrett Cooper
-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

Re: Perl's GetOpt::Std -- Where is it?

2006-10-13 Thread Josh Carroll
Which version of perl do you currently have installed? For the latest perl port, it should be located here: /usr/local/lib/perl5/5.8.8/Getopt/Std.pm % pkg_which /usr/local/lib/perl5/5.8.8/Getopt/Std.pm perl-5.8.8 Perhaps try re-installing the perl port. Josh On 10/13/06, Garrett Cooper

Re: Perl's GetOpt::Std -- Where is it?

2006-10-13 Thread Josh Carroll
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 [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Garrett Cooper wrote: I'm trying to make a Perl