File: executable

package info (click to toggle)
libemail-sender-perl 0.101760-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 332 kB
  • ctags: 90
  • sloc: perl: 1,935; 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;