Also close bug
[filters.git] / studly
diff --git a/studly b/studly
index 8e69d9bacc705fbe55fab446d441a0996e670241..21a4d02dd70a0dc7569c16bb1fa76dab2ec593ee 100755 (executable)
--- a/studly
+++ b/studly
@@ -11,4 +11,3 @@ for (my $offset = 0; defined(my $c = getc); $offset++) {
 #    (($c + $offset) % 4) == 2 and print (ord($c) ^ 32) or print($c);
     (($c + $offset) % 4) != 2 and print($c) or $c =~ tr/[A-Za-z]/[a-zA-Z]/, print $c;
 }
-
This page took 0.009945 seconds and 4 git commands to generate.