summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/t/comp/line_debug_0.aux
blob: c4193e224d05202c7888f56c3d8de6b118bf1ae4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$z = 'line one';
$z
    =
    'multiline statement';
$z = 'line five';
$z = '
    multiline
    string
';
$z = 'line ten';
$z = <<EOS;
    multiline
    heredoc
EOS
$z = 'line fifteen';
format Z =
    @<<<< multiline format
    $z
.
$z = 'line twenty';
$z = time
=>;
$z++;