in reply to
How do i do a direct comparison of an array of strings?
You could use nested
For Loops
wrapped around a comparison of two
substr
ings. What have you tried? Do you have any code?
Comment on
Re: How do i do a direct comparison of an array of strings?
In Section
Seekers of Perl Wisdom