diff --git a/perl/helloworld.pl b/perl/helloworld.pl new file mode 100644 index 0000000..00a74b1 --- /dev/null +++ b/perl/helloworld.pl @@ -0,0 +1 @@ +print "Hello World!\n"; \ No newline at end of file