perl
Perl is a dynamic language that is largely credited for powering the first dot-com bubble, and to a lesser degree is still propelling innovation for Web 2.0 and beyond. Perl is one of the most mature programming languages, yet still has an active and prodigious community.
One of Perl's most distinct advantages is the CPAN, a vast resource of user contributions to solve both simple and exceedingly complex problems.
While non-Perl programmers like to call Perl antiquated, recent developments such as Moose, Catalyst and DBIx::Class have shown Perl to be more capable (and more elegant) than many other languages, especially those lacking meta-object systems and protocols.
Latest blogosphere posts tagged “perl”
-
New stable branch of the programming language – Perl 5.18
—
Authority:
After years of development presents a new stable branch of the programming language – Perl 5.18. In preparation for the new release has been changed about 400 thousand lines of code changes affected the 2100 files, developed with the participation of 113 developers. A branch of 5.18 is released under an approved ...1 day ago -
Form field reset need help
—
Authority:
2 days ago -
A brief history of programming languages
ITCuties —
Authority: 123
Here is a brief history of programming languages in a form of infographic which we have found while surfing in the Internet. What do you think about the languges popularity diagram found at the end, is it actual today? Reference: ...1 week ago -
What’s new in perl?
—
Authority:
Posted in Programming For about four years, I’d been living in perl 5.8.8. land at the BBC, and some unicode issues aside, not really been fussed about recent perls. I’d had a nagging feeling that I’d been missing out on shiny new features that would make my life so much easier. Also being constantly being ...1 week ago -
Merging two arrays of integers in C
—
Authority:
Inspired by TDWTFs Cheaters Never Prosper story, I decided to put together an example in C. Given that well be dealing with arrays of int and well have to pass size information around, first, I declare a struct that holds a pointer to the array and the current size: struct int_array_with_size { size_t ...1 week ago -
How to Set Up Python CGI & Care for a Pet Python
—
Authority:
Snakes can be scary, and pythons are one of the deadliest. This article should help you stay safe when approaching the Python CGI program in your hosting package. The following information should help you keep Python happy and well-fed so you can use it to your advantage – to understand why Python ...1 week ago -
Differences Between CGI and Perl
—
Authority:
CGI vs Perl “CGI” is an acronym that stands for “common gateway interface.” It is a means that defines how important scripts and executables ought to anticipate for both incoming and outgoing data that emanate from the client. In this case, the client is the particular browser used. Perl, on the other hand, ...2 weeks ago -
Perl use an array variable
Johan Louwers Personal Blog. —
Authority: 107
Perl, as many other languages has a array variable type. Accoording to Wikipedia an array is the following in computer science: In computer science, an array type is a data type that is meant to describe a collection of elements (values or variables), each selected by one or more indices (identifying keys) that can be ...2 weeks ago -
An OpenSSL Version Matrix
—
Authority:
Heres a basic OpenSSL version number matrix, which I compiled because I couldnt find it on the net earlier. Its displayed here as a simple perl hash and goes back to the May 1999 release of version 0.9.3. Versions prior to 0.9.3 utilized a different versioning scheme. It includes the openssl version number in hex from ...3 weeks ago -
Cum sa utilizati Perl Script Checker in WHM
—
Authority:
Perl este un limbaj de programare dinamic utilizat la scara larga in industria de hosting si cunoscut mai ales pentru facilitatile sale de procesare text, ceea ce il face foarte util pentru diverse aplicatii web.3 weeks ago -
Using Perl Stored Procedures for MariaDB, slides uploaded.
—
Authority:
Just recently did the presentation and Q&A for the Using Perl Stored Procedures presentation at Percona Live 2013.The presentation has been uploaded: Using Perl Stored Procedures for MariaDB from Antony T Curtis (repeat posting because planet.mysql.com didnt notice it the first time around)3 weeks ago -
Using Perl Stored Procedures for MariaDB
—
Authority:
Just recently did the presentation and Q&A for the Using Perl Stored Procedures presentation at Percona Live 2013.The presentation has been uploaded: Using Perl Stored Procedures for MariaDB from Antony T Curtis3 weeks ago -
Using perl to activate webpage javascript post
—
Authority:
Hi, im trying to write a small script for the website "www.fanfiction.net." This small perl script is part of a much larger script, which is why it has to be in Perl. When you are logged in and go to any of the stories on the site there is a button that is marked a follow/fav. This button brinks up a javascript based ...3 weeks ago -
Unix & Perl Scripting Developer at Birlasoft (India) Ltd in Bangalore
—
Authority:
Name of the Post: Unix & Perl ScriptingDeveloper Job Code: IND00109 Education: MCA/B.E/B.TECH. Experience:3 to 5 Years. JobProfile: Candidate should develop the code with guidance of UNIXtechnical architect. JobLocation: Bangalore. How toApply: Interested can Apply by ...3 weeks ago -
Problems installing Authen::Libwrap on Ubuntu Server using webmin
—
Authority:
So going to webmin > Perl Modules > Suggested Modules shows Authen::Libwrap as a suggested module, but using webmin to install it always fails. Error: Function definition too short / * EOF * / in Libwrap.xs, line 32 the following may help This was writted for Ubuntu Server 12.04. Futher Reading: After update, ...3 weeks ago -
Linux / Unix: Shell Remove Empty Lines
—
Authority:
I am a new Linux user. I have text files with lots of empty lines. How do I delete all empty lines under Linux or Unix operating systems? Read answer to: " Linux / Unix: Shell Remove Empty Lines "3 weeks ago -
Randomly and non-destructively pick two items without replacement from an array
—
Authority:
Suppose you want to randomly pick a pair of elements from an array without replacement. That is, given [qw(Cat Dog Fox Horse Goose Unicorn)] , you want to pick ($first, $second) so that $first ne $second . One might first try something like this: #!/usr/bin/env perluse 5.014;use strict;use warnings;my $set = ...4 weeks ago -
Fixing Perl5 Core Bugs: Report for Month 37
—
Authority:
Dave Mitchell writes: This month I mainly worked on one of the 5.18 blocker tickets; in this case how overload::constant qr => sub { ...} interacts with "constant" regexes such as qr/foo/ and qr/foo(?{bar})/ if the sub replaces constant strings like "foo" with an overloaded object. It turns out this was ...4 weeks ago -
Improving Perl 5: Grant Report for Month 17
—
Authority:
Nicholas Clark writes: As per my grant conditions, here is a report for the February period. The first significant thing I worked on in February was a detailed review of Peter Martinis work towards an API for subroutine signatures. In particular, I wondered how much of the existing call checker hooks they could ...4 weeks ago -
IBM Scripting Tools for SVC and Storwize has been updated
—
Authority:
The Rebalance script for IBM SVC has been updated. This is the first update I have seen since 2010. This release of the SVCTools package will now work on the Storwize family of products without modification and it can rebalance Easy Tier managed disk groups. Why use this? Normally in SVC (and always with ...4 weeks ago


Follow Technorati