Hello World using Perl.


Perl is a programming language developed by Larry Wall, specially designed for text processing.

Just to give you a little excitement about Perl, I'm going to give you a small conventional Perl Hello World program,

You can try it using the Demo link.

Example

 Live Demo

#!/usr/bin/perl
# This will print "Hello, World"
print "Hello, world\n";

Updated on: 28-Nov-2019

568 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements