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");
I write a Hello World program in Perl language.
Learn a New Programming language
Print the Hello world program in Perl
perl
use strict; use warnings;
print("Hello World\n");
Log in or sign up for Devpost to join the conversation.