File: Two.pm

package info (click to toggle)
libtest-inline-perl 2.214-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 596 kB
  • sloc: perl: 2,016; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 61 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
package Test::Two;

use strict;

print "Hello World!\n";

1;