File: test2.txt

package info (click to toggle)
libppi-perl 1.203-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,576 kB
  • ctags: 603
  • sloc: perl: 10,139; makefile: 43
file content (17 lines) | stat: -rw-r--r-- 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