Hi,

I want to use option and values like:-

--option_name abc0[1-9].ctr.{pad,spd}.set.in

or --option_name abc[01-22].ctr.{pad,spd}.set.in
 
or --option_name abcL{1,2,3}.ctr.{pad,spd}.set.in

or --option_name abcL[1,2,3].ctr.{pad,spd}.set.in

or --option_name abcL{1,2,3}.ctr.{70,001}.set.in

etc possibilities. This should in fact expand those option values into the 
right number of values/quantities i,e; --option_name will hold multiple values. 
Instead of supplying values one after another I just want to club them in a 
regex like style. I am already using Getopt::Long.

What could be best way to handle this type of passing option values? Is there 
any existing module for this ?

~TIA


      
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to