File: perl-without-extension

package info (click to toggle)
ack-grep 1.80-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 680 kB
  • ctags: 161
  • sloc: perl: 4,715; ansic: 21; fortran: 11; makefile: 9
file content (5 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (8)
1
2
3
4
5
#!/usr/bin/perl -w

use strict;
use warnings;
print "I'm a Perl program without an extension\n";