Perl is a wonderful, innovative language which failed because it tried to remove intratextual redundancy in the way you are suggesting.
A string of length N is vastly more likely to be a valid Perl program than a valid Python program. Ultimately this meant that Perl programs, while easier to type, were much harder to read, and extremely easy to misinterpret.
There is also something to be said about nudging developer on the "right" way to do stuff.
Perl is not only hard to read because there are many shortcuts that might look like line noise for the inexperienced (hell, Rust have a bunch of those too), it's because there is a bunch of the ways to do anything.