hello/Perl/hello_modern

6 lines
57 B
Perl
Executable File

#!/usr/bin/perl
use Modern::Perl;
say "Hello, world!";