File: test2.txt

package info (click to toggle)
libppi-perl 1.281-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,220 kB
  • sloc: perl: 15,287; makefile: 8
file content (17 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/perl

print "Hello World!\n";

=pod

=head1 Foo

This is the first pod section

=cut

print "Goodbye World!";

=head1 Bar

This is the second pod section