aboutsummaryrefslogtreecommitdiff
path: root/Code/Perl/hello.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Code/Perl/hello.pl')
-rwxr-xr-xCode/Perl/hello.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Code/Perl/hello.pl b/Code/Perl/hello.pl
new file mode 100755
index 000000000000..3ca70a2847c8
--- /dev/null
+++ b/Code/Perl/hello.pl
@@ -0,0 +1,3 @@
+#!./perl
+
+print "Hello World!\n";