Perl String FunctionschompRemoves line ending characters from a string or array of strings. ChopRemoves the last character from a string or array of strings. Chop STRING evalEvaluates perl code, then executes it. Eval STRING Any errors are returned in the @a variable. IndexThis function returns the position of the first occurance of the specified SEARCH string. If pOSITION is specified, the occurance at or after the position is returned. The value -1 is returned if the SEARCH string is not found. rindex STRING, SEARCH, pOSITION
Rindex String, Search
..! LengthReturns the length of the string in bytes length STRING lcConverts all characters in the string to lower case lc Str