Help for this page
#!/usr/bin/perl use strict; ... print 'Word is', $is_palindrome ? q() : ' not', " a palindrome!!!\n";