in reply to Representing all data as Lists (Perl7?)

substr and/or split can do most of that already. I don't think accessing the individual letters of strings by index is important enough to be the focus of how to lay out Perl's syntax. Things that are done most often should be easiest to do (and shortest to type), other things can be happily relegated to function or module status.