Search Results

0
votes

How can I get a character at a given index in Perl?

Corollary to the other substr() answers is that you can use it to set values at an index also. It supports this as lvalue or with extra arguments. It's also very similar to splice, which …