Code Comments
Programming Forum and web based access to our favorite programming groups.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.
Post Follow-up to this messageOn 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
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.