in reply to Re^2: search of a string in another string with 1 wildcard
in thread search of a string in another string with 1 wildcard

Yes, you will need to install String::Approx before you can use it. If you are unfamiliar with installing third-party modules take a look at A Guide to Installing Modules as a starting point. As String::Approx is not a pure-perl module you will need a C compiler also. gcc is a popular choice.

  • Comment on Re^3: search of a string in another string with 1 wildcard