Click here to create your personal news page. The news that appears on Perl will appear there and be constantly updated. You can then modify the page, share it with your friends, or export it and have it appear elsewhere.

You can also create a personal news page and follow the news that interests you by clicking on the tab labelled 'New page'.
 

topics : related - allExplore

Shopping

Top Product

Intel D865PERL

Wikio Shopping

  1. 1. Baby & Nursery
  2. 2. Car/Motor Bike
  3. 3. Communication
  4. 4. Computers
  5. 5. Electronics
  6. 6. Entertainment
  7. 7. Fashion & Lingerie
  8. 8. Finance
  9. 9. Gifts & Gadgets
  10. 10. Health & Beauty
  11. 11. Home & Garden
  12. 12. Household Appliances
  13. 13. Sport & Fitness
  14. 14. Travel
  15. 15. Video Games

New products

  1. 1. Western Digital ShareSpace 4TB
  2. 2. Sapphire Radeon HD 4550
  3. 3. LG KP500
  4. 4. Dell S2309W
  5. 5. Samsung Pixon
  6. 6. Shuttle D 1000H
  7. 7. Philips M200
  8. go to Shopping

Participate



Perl


Sort by : relevance - date - popularity
+Vote!

Best Reference Site For Each Programming Language?

Howling writes "I've been a PHP programmer for a few years and after taking a trip through many sites Ive learned that www.php.net is probably the most complete souce when looking for information/documentation. I have been trying to find similar sites for every other language (Java, perl or ASP, for instance) without equal success, though. I ask: what is the best documentation/reference site for your...

+Vote!

Choosing a scripting language

CIO magazine has an article titled You Used THAT Programming Language to Write WHAT? They took five "scripting" languages — Ruby, Python, Javascript, PHP and Perl — and then get Zed Shaw , Martin Aspeli , Michael Morrison , Kenneth Hess and James Turner to write about what kind of applications the language is good for, and where you are better using another language. Check it out .

+Vote!

Bitten by the Red Hat Perl bug (InfoWorld)

InfoWorld's Neil McAllister investigates a bug with Perl's object instantiation on Red Hat Linux. " To make a long story short, he got rid of the Perl executable that came with his CentOS installation, compiled a new one from stock source code, and the bug disappeared. Clearly, the Perl hackers are blameless in this case. The fault lies squarely with Red Hat for distributing a buggy version of the...

+Vote!

Why Corporates Hate Perl

At the risk of starting a programming language holy war, can someone explain to me why someone would choose to start a new project in Perl instead of Python? From what I’ve seen, they both do essentially the same things in the same ways, and they’re both (roughly) the same as far as language overhead (from language interpretation) is concerned.

+Vote!

Google App Engine sort of getting Perl support

Google programmers are adding support for the Perl programming language to its App Engine service for hosting Web applications , but so far it's not really an official project. The work is the project of Google employee Brad Fitzpatrick, who disclosed the project on his blog Tuesday. But he's not a member of the App Engine team, and Google isn't promising Perl support, he said. By going public with...

1Vote!

Web Development Languages

David Cloutman pointed to Craiglist’s job ads as an indicator of programming language popularity. Here’s the hit counts for “web design jobs” and “internet engineering jobs” in the Bay Area: PHP Java Ruby Python PERL internet engineering jobs 167 246 85 98 109 web design jobs 110 71 22 19 31 Cloutman has a few ideas for what the numbers mean, but I’m just entertained by the data. (Note: he corrected...

+Vote!
+Vote!

Larry Wall, Fundamentalist, non-Creationist, programmer

If you have ever used the Perl programming language then you have heard the name Larry Wall . But, you might not know that Larry Wall is an active member of the Church of the Nazarene (the " bless " function anyone?). According to the Religion in American Culture survey 63% of Nazarenes accept a literal interpretation of the Bible, as opposed to 46% of Ameican Protestants as a whole. James Dobson...

+Vote!

New programming language of choice - Ruby

I have fallen out of love with Perl some time ago, I cannot point to one specific thing about it that put me off, I think it's just a general un-sexyness about it now. I have been doing some Java and PHP development that was very OOP heavy and have been doing OO coding since school in the Pascal 6 days, I find it's almost become the natural way of thinking when thinking about problems. OO though does...

+Vote!

De-Obfuscation For the Impatient

A classic challenge for companies that build products on high-level languages like Perl, Python, PHP, and Ruby —- as well as .NET, and Java —- is that they are shipping their source code to their customers. Companies don’t like disclosing their source code. Language vendors want companies to use their stuff. And so we have [...]

+Vote!

Program (Source Code) to Trim Whitespaces from Files…

PHP is not only a very competent web development language (and part of LAMP stack). It is also a very capable language for writing (command line) scripts. You can write simpler and cleaner scripts with php than perl. Here is a php code which takes a file name as input, trims whitespace from each line [...]

+Vote!

Open Question: Programming Language Certifications?

I was wondering what certifications are available for the following that are legitimate: mySQL SQL C C++ php Java perl ASP I'm looking to solidfy my resume while I take night classes to finish my Computer Science Degree.

+Vote!

Syllable Gets NewLisp, New OCaml, PERL

Norman Deppenbroek has ported NewLisp to Syllable Desktop. NewLisp is a variety of the Lisp programming language meant for scripting, with a friendlier syntax and a practical approach. Also, newer versions of Objective Caml (3.10.2) and PERL (5.10.0) were ported. Kelly Wilson got OCaml to supports PThreads on Syllable Desktop. The new PERL is adapted to the new system structure of Syllable 0.6.5 and...

+Vote!

Perl Hello Script

This is the next installment of the Hello Script series - Hello Script for Perl. ‘Hello Script’ is a file that contains the most commonly used elements of a programming language so that it can be used as a cheat sheet when working with that language. Introduction to Perl For those of who are unfamiliar with perl, [...]

+Vote!

Getting Started w/ Python

As you might have heard, Google AppEngine launched tonight, with Python as its initial (and only) programming language to interface with its services. I started switching over to Python (from Perl) a few years ago for general processing and daemon tasks (mostly for its sweet RPC bindings and its comprehensive, if still somewhat convoluted Unicode handling). Over time, as the libraries matured, I started...