0
Perl: Hello world!
Posted by Joys of Programming on in Perl
Writing a hello world program is as simple as writing a single line. Let’s create the file Hello.pl That’s it. Exit from the editor and run the code And the output will be A perl program is as simple as that