box-o-sand/PracticingPerl/cli/myprog.pl

6 lines
66 B
Perl
Executable File

#!/usr/bin/perl
use strict;
use warnings;
print "Hello World\n";