This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Typos and nits in pods
[perl5.git] / t / comp / line_debug_0.aux
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
14 EOS
15 $z = 'line fifteen';
16 format Z =
17     @<<<< multiline format
18     $z
19 .
20 $z = 'line twenty';