in reply to Re: Perl 5.16 fc()
in thread Perl 5.16 fc()

If you don't know the answer, why babble?

http://search.cpan.org/dist/perl-5.16.0/pod/perlfunc.pod#fc

Replies are listed 'Best First'.
Re^3: Perl 5.16 fc()
by ikegami (Patriarch) on May 22, 2012 at 19:31 UTC
    hum, $this =~ /\Q$that/i should be $this =~ /^\Q$that\E\z/i. Submitting patch.
A reply falls below the community's threshold of quality. You may see it by logging in.