On 8/26/2018 6:25 PM, Neia Neutuladh wrote:
Same here. I do make unicode errors more often than I'd care to admit (someString[$-1] being the most common; I need to write a lastChar helper function), but autodecoding means I can avoid that class of errors.

Autodecoding doesn't prevent you from incorrectly using indices like [$-1].

Reply via email to