add hello world perl

This commit is contained in:
2023-02-06 15:00:41 +07:00
parent 0d25c0b12e
commit df3ac9e592

4
helloworld.pl Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/perl -w-
print "Hello World\n";