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. >
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, -- Offer Kaye -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>