Talk:Palindrome detection: Difference between revisions

Perl problem too
(Python recursive example doesn't work)
(Perl problem too)
Line 11:
 
The Python recursive example isn't testing that the string is a palindrome. It seems to actually be a test for whether the object tested supports len() and slicing. [[User:Drea|Drea]] 16:56, 5 December 2008 (UTC)
:It looks like the Perl example doesn't check for character equality either. --[[User:Mwn3d|Mwn3d]] 16:59, 5 December 2008 (UTC)
Anonymous user