From 8be4e9c5f9cec78d90de1660aa2b53b6d324f8e5 Mon Sep 17 00:00:00 2001 From: ilsix Date: Thu, 4 Apr 2024 21:51:39 +0200 Subject: [PATCH] Tested Perl --- perl/helloworld.pl | 1 + perl/test.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 perl/test.sh diff --git a/perl/helloworld.pl b/perl/helloworld.pl index 00a74b1..5b08a6f 100644 --- a/perl/helloworld.pl +++ b/perl/helloworld.pl @@ -1 +1,2 @@ +#runs successfully print "Hello World!\n"; \ No newline at end of file diff --git a/perl/test.sh b/perl/test.sh new file mode 100644 index 0000000..b68a2df --- /dev/null +++ b/perl/test.sh @@ -0,0 +1,2 @@ +#!/bin/bash +perl helloworld.pl \ No newline at end of file