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

I get compilation problem

Can't locate String/Approx.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .)

should I instal any thing?

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

Replies are listed 'Best First'.
Re^3: search of a string in another string with 1 wildcard
by hippo (Archbishop) on Jul 09, 2014 at 14:36 UTC

    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.