in reply to Re: How do I capture the last character in a string?
in thread How do I capture the last character in a string?

Note that chop() alters the string it's operating on.

--perlplexer
  • Comment on Re: Re: How do I capture the last character in a string?