File: executable

package info (click to toggle)
libemail-sender-perl 2.601-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: perl: 2,276; makefile: 2
file content (6 lines) | stat: -rwxr-xr-x 57 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
#!/usr/bin/perl

my $input = join '', <STDIN>;

exit 0;