I have to parse a test file which can have multiple variable type
which is of following type

VAR1 = 1..10
VAR2  = 23..90
VAR3 = A,B,C
............................

So any no of variable and they can have any possible no of ranges so i
have to generate all possible test cases out of this like one case
would be

VAR1=1,VAR2=23,VAR3=A


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to