Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
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
#!/usr/bin/perl # This will print "Hello, World" print "Hello, world\n";
Advertisements
