RosettaCodeData/Task/Include-a-file/Perl/include-a-file-2.pl
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

3 lines
41 B
Perl

sub sayhello {
print "Hello World!";
}