instead being something like:
the input would pull in from the keyboard or wherever and the $_ would be whatever was
typed in the keyboard. I might have gotten the $_ idea from PowerShell.
> strUpper(input()).replace(" ", "") == strUpper($_[-1:0]) ? "Is a palindrome" : "Is not a palindrome"=