RSS Daily TOPIX News
  • Programming, Perl + Oracle

    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


  • Book Review: Spidering Hacks

    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


  • Administer servers remotely with Web Console

    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


  • Net::SSH::Perl

    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


  • [1/5] Fedora update for util-linux-ng

    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


  • A Beginner's Introduction to Perl 5.10

    "There's more than one way to do it"

    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


  • Perl 6 Design Minutes for 23 April 2008

    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


  • Patrick Michaud Presenting

    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


  • Summer of Code Update

    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


  • Mac Hack Contest Bug had Been Public for a Year

    "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


RSS Daily ABOUT PERL News
  • Perl's Do Until Loop
    Perl do until loop tutorial - Control structures in Perl, learn how to use a do until loop.
  • Perl ucfirst() function
    Perl ucfirst function reference - learn how to use Perl's ucfirst() function in this quick tutorial.
  • What is ActivePerl?
    Find out about ActivePerl - a quick and easy perl distribution.
  • Perl's Do While Loop
    Perl do while loop tutorial - Control structures in Perl, learn how to use a do while loop.
  • Perl's Until Loop
    Perl until loop tutorial - Control structures in Perl, learn how to use an until loop.
  • Stateless Protocol
    Definition of the programming term 'stateless protocol'
  • Perl Data Types
    Perl Absolute Beginners Guide - Learn about Perl data types.
  • Comparison Operators
    Perl comparison operators tutorial - Comparing values in Perl, how to compare values in your Perl scripts with comparison operators.
  • Perl Install DBI
    A tutorial on using Perl to connect to a MySQL database.
  • Data Types: Lists
    A tutorial on the second of three basic data types in Perl, the list.
  • Perl map() function
    Perl map function reference - learn how to use Perl's map() function in this quick tutorial.
  • Perl delete() function
    Perl delete function reference - learn how to use Perl's delete() function in this quick tutorial.
  • Install ActivePerl
    Installing ActivePerl for Windows - Install Perl on a Windows system, learn how to install Perl for Windows.
  • Data Types: Lists
    A tutorial on the second of three basic data types in Perl, the list.
  • Perl's shift() function
    Perl shift function reference - learn how to use Perl's shift() function in this quick tutorial.
  • Perl lc() function
    Perl lc function reference - learn how to use Perl's lc() function in this quick tutorial.
  • Perl splice() function
    Perl splice function reference - learn how to use Perl's splice() function in this quick tutorial.
  • Time and Date Tutorial
    Perl localtime tutorial - Telling time in Perl, how to get the correct time and date in your Perl scripts with localtime and gmtime.
  • chop() and chomp()
    Perl chop and chomp function reference - learn how to use Perl's chop() and chomp() function in this quick tutorial.
RSS Daily ABOUT News
  • Perl is Not Going Away
    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...
  • Good Perl code is the best form of evangelism
    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...
  • 10 Perl modules all Java developers should know
    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...
  • Perl on Rails
    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...
  • Adding Object-Relational Mapping to your Perl Application - Part One
    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...
  • MUDdy - Kinda like a MUD, but single-player
    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...
  • Choose the right template system for your team
    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...
  • How to parse simple text files with Perl
    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...
  • Do Not Learn Perl
    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...
  • Automated Testing with Perl
    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...