Home > Archive > PERL Beginners > April 2005 > Getopt::Mixed
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Carlos Mantero 2005-04-23, 3:55 pm |
| Hi everybody! I'm very newbie programmer of Perl and I can't make a
little program with a small number of arguments with this Perl module,
Getopt::Mixed. I like that somebody will can make a simple program
exemple with some argument. Thanks for all.
Regards,
Carlos Mantero.
| |
| Offer Kaye 2005-04-25, 3:56 pm |
| On 4/23/05, Carlos Mantero wrote:
> Hi everybody! I'm very newbie programmer of Perl and I can't make a
> little program with a small number of arguments with this Perl module,
> Getopt::Mixed. I like that somebody will can make a simple program
> exemple with some argument. Thanks for all.
>=20
Getopt::Mixed is a really old module, with no updates since 1996.
There is no real reason to use it, IMHO, since Getopt::Long will
supply you with all the functionality you need. Read "perldoc
Getopt::Long" from your commandline, or online at:
http://perldoc.perl.org/Getopt/Long.html
The documentation is very clear, you should be able to whip up a
working example very quickly.
HTH,
--=20
Offer Kaye
|
|
|
|
|