This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.0 alpha 8
[perl5.git] / Bugs / substrdump
1     $a="abc";
2     substr(\$a,1,0)='a';