]> git.donarmstrong.com Git - perltidy.git/blobdiff - docs/testfile.pl
New upstream version 20190601
[perltidy.git] / docs / testfile.pl
diff --git a/docs/testfile.pl b/docs/testfile.pl
deleted file mode 100644 (file)
index 182f2be..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-print "Help Desk -- What Editor do you use? ";
-chomp($editor = <STDIN>);
-if ($editor =~ /emacs/i) {
-  print "Why aren't you using vi?\n";
-} elsif ($editor =~ /vi/i) {
-  print "Why aren't you using emacs?\n";
-} else {
-  print "I think that's the problem\n";
-}
-