Bug#558148: catch `[1]=' earlier

jidanni at jidanni.org jidanni at jidanni.org
Thu Nov 26 18:37:42 UTC 2009


Package: perl
Version: 5.10.1-8
Severity: wishlist

This perhaps should be caught on the first line...
$ perl -we '[1]=~tr/3//;'
$ perl -we '[1]=~tr/3//d;'
Can't modify anonymous list ([]) in transliteration (tr///) at -e line 1, near "tr/3//d;"
Execution of -e aborted due to compilation errors.






More information about the Perl-maintainers mailing list