Inspiration

Learn a New Programming language

What it does

Print the Hello world program in Perl

How we built it

perl

code

use strict; use warnings;

Print function

print("Hello World\n");

Built With

Share this project:

Updates