summaryrefslogtreecommitdiff
path: root/bar.pm
diff options
context:
space:
mode:
Diffstat (limited to 'bar.pm')
-rwxr-xr-xbar.pm10
1 files changed, 0 insertions, 10 deletions
diff --git a/bar.pm b/bar.pm
deleted file mode 100755
index 330c168f11..0000000000
--- a/bar.pm
+++ /dev/null
@@ -1,10 +0,0 @@
-#!./perl
-
-print "";
-@c = caller;
-print "@c";
-__END__
-
-require POSIX; import POSIX getpid;
-
-print &getpid, "\n";