in reply to
Re: Pattern Matching Query
in thread
Pattern Matching Query
And of course to play it safe,
if ("abcdefghijklm" =~ /\Q$sorted_values\E/) {
Makeshifts last the longest.
Comment on
Re^2: Pattern Matching Query
Download
Code
In Section
Seekers of Perl Wisdom