| Recent
Articles |
Perl Plus Jifty Equals Hiveminder Yes, Jifty is another web application builder, and yes, Hiveminder is another to-do list; but it is Perl that made them possible.
Perl Bootcamp Saddles Up For Germany
The next Big Nerd Ranch session of Perl Bootcamp occurs
in Germany in September, and will cover Intermediate...
Perl Coders Get New GTK+ Release Programmers on Perl and other languages can take advantage of the latest stable release of the GTK+ toolkit to facilitate rapid application development.
Yet Another Perl Conference A Week Away
YAPC:NA 2006 takes place June 26th-28th in Chicago, with
Larry Wall and Damian Conway providing the keynotes that
will sandwich the conference's events...
Why Perl Scripts?
First let me tell you the history of Perl scripts and
then I will go into why I think Perl is the best overall...
|
|
08.22.06
Seeing Perl In Google Code
By
David A. Utter
Google's release of a code repository for open source
projects has a number of languages represented, including
Perl.
Perl -- It's like Java, only it lets you deliver on time
and under budget.
-- quote seen on Perl.org
Ever since Google opened up its Project
Hosting site, it has been compared to existing hosting
sites like SourceForge, only minus some of the extraneous
features a project may not need.
Perl has found its way into Google's newest contribution
to the open source community already. As one might expect
given Perl's ability to chomp its way through massive
amounts of text data, one of the projects we found builds
on that utility.
That project would be Ack,
a utility that works like grep across large coded bases.
The text finder can crawl across large trees of text,
but it has been optimized to work through vast amounts
of source code.
Those who do bioinformatics with Perl may have an interest
in Ortholytics.
The project depends on Bioperl
and "provides the basic pipelining and analysis tools
to compare orthology at the interspecific and genome-wide
level."
Some projects have set up shop on Google Project Hosting,
but serve only to redirect visitors to the projects home
at a different location. The page for cometd,
for example, sends people to its homepage, while the repository
is hosted elsewhere instead of in Google's Subversion
implementation.
On the security side, a simple Perl project called Hackstop
provides a simple monitoring system to detect and report
attempts to break in to a server. The project delivers
updates to a set email address, and updates /etc/hosts.deny
when attacks exceed a certain threshold to ban that site
from continuing to probed a system.
About
the Author: David Utter is a staff writer for WebProNews covering technology and business. |
|