X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Ftestfile.pl;fp=docs%2Ftestfile.pl;h=0000000000000000000000000000000000000000;hb=657098da8da16dccd551721ffc180956d8aab7fc;hp=182f2bef60c143364084db8a8bf299627b05b368;hpb=5af8685bea60c00aae46266c726ddfb0132d7d12;p=perltidy.git diff --git a/docs/testfile.pl b/docs/testfile.pl deleted file mode 100644 index 182f2be..0000000 --- a/docs/testfile.pl +++ /dev/null @@ -1,10 +0,0 @@ -print "Help Desk -- What Editor do you use? "; -chomp($editor = ); -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"; -} -