The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

TODO: { local $::TODO = "don't handle negative indices yet."; $tcl = <<'EOTCL'; puts -nonewline [string index abcde -1] EOTCL $expected = ""; language_output_is("tcl",$tcl,$expected,"index, too near?"); }