starting perl
This commit is contained in:
2
perl/hello
Executable file
2
perl/hello
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/perl
|
||||
print "Hello, world!\n";
|
4
perl/hello2
Executable file
4
perl/hello2
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
use v5.10;
|
||||
|
||||
say "Hello, World!";
|
Reference in New Issue
Block a user