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