in reply to Re: Parsing
in thread Parsing tips
sorry. Also since i need to preserve the order of the statements/reasons should i sort/find the longest like this:Problem 2: G: Segment AB congruent Segment BC P: triangle ABC isosceles PR: Segment AB congruent Segment BC => G triangle ABC isosceles => def isosceles
thanks$len = length( @{ sort ($a <=> $b) @s }[0]);
|
|---|