in reply to Re: Finding largest common subset in lists?
in thread Finding largest common subset in lists?

I just felt it was too simple. For @a = qw(a b c); @b = qw(a b x c) it prints LCS - a b c.