Perl::Tutorial::HelloWorld - Hello World for Perl. SYNOPSIS #!/usr/bin/perl # # The traditional first program. # Strict and warnings are recommended. use strict; use warnings; # Print a message. print "Hello, World!\n"; DESCRIPTION Running the p
Perl Tutorial 1 - Active Perl, Perl Editor, Hello World
Summary: in this tutorial, you’ll learn how to develop the simple but famous Perl program called Hello, World!. First, create a new directory called helloworld and launch the code editor. Second, create a new file called hello.pl in helloworld directory
Post a Comment:
Showing 0 Comments: