in reply to
Re^2: Perl 5.16 fc()
in thread
Perl 5.16 fc()
hum,
$this =~ /\Q$that/i
should be
$this =~ /^\Q$that\E\z/i
. Submitting patch.
Comment on
Re^3: Perl 5.16 fc()
Select
or
Download
Code
In Section
Seekers of Perl Wisdom