Solaris 8 Migration Assistant Rapidly move your Solaris 8 application environments to new systems running Solaris 10 with the Solaris 8 Migration Assistant. via Database Journal News
Though each of the hacks in the book covers a particular topic, similar to books in the Cookbook series, there is also a lot of material that is generally applicable in each of them. via OSNews.com
By Federico Kereki on May 02, 2008 Share Comments If you need to administer a remote server but don't feel like installing a complete, complex application like Webmin , try Web Console , a modern, over-the-Web, ... via NewsForge
DBROBINS > Net-SSH-Perl-1.30 > Net::SSH::Perl Net::SSH::Perl - Perl client Interface to SSH use Net::SSH::Perl; my $ssh = Net::SSH::Perl->new ; $ssh->login ; my = $ssh->cmd ; Net::SSH::Perl is an all-Perl ... via AnnoCPAN Recent Notes
Want to know the next time vulnerabilities are fixed in this product? - Companies can be alerted via email and SMS! Description : Fedora has issued an update for util-linux-ng. This fixes a weakness, which can ... via Secunia
Editor's note: this series is based on Doug Sheppard's Beginner's Introduction to Perl Perl is the Swiss Army chainsaw of programming languages: powerful and adaptable. via Perl.com
All the Perl that's Practical to Extract and Report Master Classes at YAPC::NA Journal written by brian_d_foy and posted by brian_d_foy on 2008.04.27 4:41 The Perl Review is conducting three master classes at ... via Use Perl
Journal written by Mr. Muskrat and posted by brian_d_foy on 2008.04.21 19:12 The Dallas/Ft. Worth Perl Mongers are pleased to announce that we will be holding a technical meeting at 7pm on April 29th at ... via Use Perl
Journal written by Eric Wilhelm and posted by brian_d_foy on 2008.04.23 19:34 Google has officially announced the funded proposals for Summer of Code 2008. via Use Perl
"This is a black mark on their security team, but it's a common problem"
News Mac Hack Contest Bug had Been Public for a Year By Robert McMillan When Charlie Miller won US$10,000 for hacking into a Macbook Air laptop last month, he exploited a flaw that had been publicly disclosed ... via CIO
As much as some people might want it to, Perl isn't dying, and Perl developers are not going the way of the Dodo. Andrew Hanenkamp has some pretty compelling reasons...
Here is a clear re-factoring of a terrible Perl routine into good Perl. The author pulls a terrible example of a Perl routine from the Microsoft Scripting Games and proceeds...
Here's a set of very useful CPAN modules for Java / Perl integration - good thing for folks that work in both languages to keep bookmarked!
10 Perl modules all Java...
Some folks at the BBC have created a Perl version of the popular web framework, Ruby on Rails for their web projects. Unfortunately, the have not yet released the code...
Object-Relational Mapping is a method of mapping a relational database to a class structure in an object-oriented programming language. In simpler terms, it takes your database structure and creates an...
Over a course of a sick weekend, Michael Mol wrote up a cool single-player MUD (is that even possible?) in Perl. Check it out, download it and see if it...
This is a great roundup of the most popular Perl templating systems available. Use it as a base for your own testing and research to find the one that is...
Big or small, Perl benchmarks great when it comes to digging through text. As an example, lets build a little program that opens up a tab separated data file, and...
Tongue firmly in cheek, Andrew Kirkpatrick goes over some of the reasons Perl has a special place in the wide world of programming languages. This is, in fact, a list...
This is a nice, but short article on how to automate web site testing using the perl modules LWP, WWW::Mechanize, and Test::More. Although it lacks any really good examples, it's...