File: mid-code-comm.out.txt

package info (click to toggle)
libpod-elemental-perlmunger-perl 0.200006-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 224 kB
  • ctags: 5
  • sloc: perl: 285; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 136 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

my $x = 1;

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

my $y = 2;

__END__

=pod

=head1 Foo

This is mid-code!

=cut