File: straddle-code-comm.out.txt

package info (click to toggle)
libpod-elemental-perlmunger-perl 0.200002-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 212 kB
  • ctags: 5
  • sloc: perl: 301; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

my $x = 1;

#pod =head1 Foo
#pod
#pod This is mid-code!
#pod
#pod =cut

my $y = 2;

#pod =head1 Bar
#pod
#pod This is post-code!
#pod
#pod =cut

__END__

=pod

=head1 Foo

This is mid-code!

=cut

=head1 Bar

This is post-code!

=cut