Re: [gentoo-user] Installation (or not) of Perl Getopt::Long

2010-01-08 Thread Stroller
Thanks for your reply, Stefan, and sorry not to have responded sooner. By the time you replied, I had already committed some to grappling with Getopt::Long and had worked through some examples. I won't bore you with the explanation of why getopts became no longer relevant. Stroller. On 2

Re: [gentoo-user] Installation (or not) of Perl Getopt::Long

2009-12-26 Thread Stefan Schulte
Hi Stroller, you may also want to look at Getopt::Declare. If you dont want to do something fancy you just have to write the »program -help« page and you're done. It's not in portage but you can emerge g-cpan to install it. Stefan On Fri, Dec 25, 2009 at 04:21:53PM +, Stroller wrote: > Hey,

[gentoo-user] Installation (or not) of Perl Getopt::Long

2009-12-25 Thread Stroller
Hey, Gentoo, I'm just attempting to learn a little Perl and write a little Perl program. I have been experimenting with the Getopt::Long module, which seems to be working fine, but I'm considering Getopt::Tabular instead. So I thought I'd search portage for "Getopt", to see if that is readily