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 (beta)

Top Product

Intel D865PERL

$114.68 to  $1,595.00

Wikio Shopping (beta)

  1. 1. Computers
  2. 2. Electronics
  3. 3. Communication
  4. 4. Household Appliances
  5. 5. Car/Motor Bike
  6. 6. Digital Camera
  7. 7. Mobile Phone
  8. 8. Smartphone
  9. 9. PDA
  10. 10. GPS
  11. 11. LCD Monitor
  12. 12. Printer

New products

  1. 1. I-O Data BRD-UXP8
  2. 2. Palit Radeon HD 4850 Sonic
  3. 3. Sharp LC-52SB55U
  4. 4. Advent 4211
  5. 5. Scythe Innovator
  6. 6. Kingston DataTraveler BlackBox Black 8 GB
  7. 7. Panasonic LF-PB371JD
  8. go to Shopping

Participate



Perl


Sort by : relevance - date - popularity
2Vote!

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...

1Vote!

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...

1Vote!

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 [...]

2Vote!

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, [...]

1Vote!

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...

+Vote!

Database Management in PERL - DBI

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual d… Read more… Share This

1Vote!

Thirty Years to Live

It seems that Perl will soon be able to deal with dates past 2038. Can your programming language do this? (See 2038bug.com .)

2Vote!

Map/Reduce (Hadoop) First Impressions

I’m finally getting a chance to actually implement map/reduce instead of read or write about it. General impressions so far: Hadoop is fairly easy to install and get running. The choice of Java as the default programming language feels strange to me. It'd feel more natural in Perl, Python, or Ruby since most of what you do [...]

2Vote!

Weeding Out Flaws in Open-Source Apps

This week, automated source-code analysis tool developer Coverity announced a list of open-source projects it has certified as secure and defect-free. The 11 projects are Amanda, NTP, OpenPAM, OpenVPN, Overdose, Perl, PHP, Postfix, Python, Samba, and TCL. All of these projects eliminated multiple classes of potential security vulnerabilities and quality defects from their code at the Coverity Scan...