Click to Play

Jason Falls Predicts Google Will...
It is clear that Twitter is a valuable tool for business. WebProNews spoke with Jason Falls, the Principal of Social Media Explorer, who believes the reasoning...

Recent Articles

Perl 5.11.1 Enters The Scene
The march of progress continued last week with the release of Perl 5.11.1. This release - which, it should stressed, is a development release - incorporates some significant changes, and Perl programmers have...

Perl 5.11.0 Released
Perl 5.11.0 - which has been labeled "the result of over two years of development by a global community of developers" - is now available to everyone. It was released not long ago, and a plan regarding...

Perl Packaging Discussed, Altered
A new argument relating to the definition of Perl has arisen, and, perhaps surprisingly, the involved parties didn't arrive at some sort of impasse (even one of...

Three Cheers For Two-Day Perl Conference In Italy
Italy is one of those places that almost everyone wants to visit. It's hard to just drop everything and fly to another country for the heck of it, however, so if you're in...

Perl On The Command Line
One of the beautiful uses of Perl is to do quick and dirty string manipulations on the command line. In a Unix environment this is especially nice as the output...

11.10.09

Perl - The Most Popular Language No One Is Talking About

By Rodney Sellers

Even though PHP and ASP are the two new languages that have all the buzz currently, Perl is still a major player. It allows for faster loading websites and little overhead. It shouldn't be surprising, but Perl runs some of the biggest websites on the Internet such as Amazon, IMDB, Slashdot, and many more.

It is just as good, if not better for web 2.0 development as PHP or ASP. But don't think that Perl is just for website development. Unix administrators have been using it for a long time to automate tasks. I do not know of a better language for log management or string manipulation.

To get started in Perl, there is excellent documentation at http://en.wikibooks.org/wiki/Perl. They also have a Perl programming category that has many other open books for Perl. They start at the very basic to the advanced topics. There are other great resources such as the O'Reilly site, perl.com. It discusses books, blogs, and the latest developments in Perl.

For those who wish to use Perl on Windows, ActivePerl is the easiest way to start. If you are an advanced user and looking for custom builds of Perl, you may wish to get involved on some of the development projects such as the Vanilla Perl Project.

For those of you windows users who like to have an editor, I would highly recommend Notepad++. It is an Open Source project that is very robust, and with the proper plug-in, you can execute your Perl scripts straight from within Notepad++.


It may be surprising for some windows administrators that you can run perl from the command line, as you do in UNIX/Linux. There are a few differences that you much watch out for. This simple bit of code in Unix will run without problem.

perl -e 'print "Hello world\n"'

However in Windows, it will not. You have to know the differences between the command-interpreters between Unix and Windows. On a Windows system, the code should read.

perl -e "print \"Hello world\n\""

As you can see, very little has changed but it makes a huge difference to the command-interpreters.

About the Author:
Rodney Is A Staff Writter for iEntry.
About PerlProNews
PerlProNews is a collection of news and commentary designed to keep you in step with the ever evolving landscape of Perl environments. News and Advice for Perl Professionals





PerlProNews is brought to you by:

SecurityConfig.com NetworkingFiles.com
NetworkNewz.com WebProASP.com
PerlProNews.com SQLProNews.com
SysAdminNews DevWebPro.com
LinuxProNews.com WirelessProNews.com
CProgrammingTrends.com ITCertificationNews.com






-- PerlProNews
is an iEntry, Inc. publication --
iEntry, 2549 Richmond Rd. Lexington KY, 40509
2009 iEntry, Inc.  All Rights Reserved  Privacy Policy  Legal

archives | advertising info | news headlines | free newsletters | comments/feedback | submit article



Database Forum News and Advice for Perl Professionals PerlProNews News Archives About Us Feedback PerlProNews.com About Article Archive News Downloads WebProWorld Forums iEntry Advertise Contact Jayde