This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mro.(c|xs): Make warnings utf8-clean
[perl5.git] / t / comp / line_debug_0.aux
CommitLineData
17cc9359
Z
1$z = 'line one';
2$z
3 =
4 'multiline statement';
5$z = 'line five';
6$z = '
7 multiline
8 string
9';
10$z = 'line ten';
11$z = <<EOS;
12 multiline
13 heredoc
14EOS
15$z = 'line fifteen';
16format Z =
17 @<<<< multiline format
18 $z
19.
20$z = 'line twenty';