starting perl
This commit is contained in:
parent
e657af0635
commit
74e0407970
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!";
|
Loading…
Reference in New Issue
Block a user