Perl Primer - University of California, Davis

Indexing and slicing strings. Characters within a string can be accessed both front and backwards. Frontways, a string starts at position 0 and the character desired is found via an offset value: ... Array manipulation. Python provides a list of functions that manipulates list. Let A be a list: Type Notation Function Adding values A.append(obj ... ................
................