working through wikibooks tutorial again ... doing basic stuff
This commit is contained in:
parent
9eb169f9a6
commit
4a8c0ec714
5
cli/myprog.pl
Normal file
5
cli/myprog.pl
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/perl
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
print "Hello World\n";
|
Loading…
Reference in New Issue
Block a user