Help for this page
#!/usr/bin/perl use strict; ... my $check = reverse $palindrome; print "yes\n" if $check eq $palindrome;