RosettaCodeData/Task/Hello-world-Text/Perl/hello-world-text-2.pl

3 lines
39 B
Perl
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
use feature 'say';
2015-11-18 06:14:39 +00:00
say 'Hello world!';