We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca5dc7 commit 182e47bCopy full SHA for 182e47b
README.md
@@ -0,0 +1,9 @@
1
+# Perl2Python
2
+A tool to convert Perl scripts to Python 2.7.
3
+
4
+## Use:
5
+Run the script with the file wanting to be translated as a commandline argument.
6
+<br>
7
+Output will be written to stdout.
8
9
+If a line is unable to be translated, it will be output as a comment.
0 commit comments