You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
substr of 1 char length at end of string generates code that gives IndexError. In perl a substr at the end of the string should give the empty string as the result, not an IndexError exception.