This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Place in dictionary sort order
[perl5.git] / lib / perl5db / t / breakpoint-bug
1 #!/usr/bin/perl
2 my $x = "One";
3
4 $x = "Two";
5
6 my $y = "Lambda";
7
8 $x = "Four";