in reply to Re: Find common prefix from a list of strings
in thread Find common prefix from a list of strings

You're right that there is a functional module with reduce in it.

It is called List::Util.

  • Comment on Re: Re: Find common prefix from a list of strings