in reply to Perl Palindrome

I would suggest looking at split() and reverse(), to make your project somewhat easier.

Hope that helps.

Replies are listed 'Best First'.
Re^2: Perl Palindrome
by Anonymous Monk on Apr 16, 2014 at 00:07 UTC
    Is there a way of doing the required action without the usage of reverse or split however...

      Is there a way of doing the required action without the usage of reverse or split however...

      I'll tell you when your test/interview/homework deadline has passed