File: myprog.pl

package info (click to toggle)
libdist-zilla-localetextdomain-perl 0.91-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 320 kB
  • sloc: perl: 1,229; ansic: 6; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 73 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env perl

use strict;
use warnings;

__ "Foo";
FOO "Bar";

1;