working through wikibooks tutorial again ... doing basic stuff

This commit is contained in:
Dan Buch 2011-01-03 21:51:22 -05:00
parent 9eb169f9a6
commit 4a8c0ec714

5
cli/myprog.pl Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/perl
use strict;
use warnings;
print "Hello World\n";