RSS Daily TOPIX News
  • Notepad++ v5.0 RC

    This is the latest beta version of this software. The latest stable version is v4.9.2 . Download the latest stable version .


  • Two proposals for YAPC::Europe::2009

    The public announcement for the location of YAPC::Europe 2009 will be given during YAPC::Europe 2008 in Copenhagen .


  • Data Manipulation with Sprog

    I don't think I know anyone who relishes the task of data manipulation, and I'm certainly not different.


  • 2008Q3 Call for Grant Proposals

    Journal written by ambs and posted by grinder on 2008.07.02 8:35 The Perl Foundation is looking at giving some grants ranging from $500 to $3000 in August 2008.


  • A new utility for quickly interpreting multiple Bonnie++ benchmarks

    By Ben Martin on July 02, 2008 Share Comments Yesterday I discussed the Bonnie++ tool , which can be used to benchmark filesystem performance.


  • "make perl6" on Os X

    If you want to build and run Perl 6 today, you first check out parrot: svn co https://svn.perl.org/parrot/trunk parrot A basic incantation for then building Perl 6 would be as follows : $ cd parrot/ perl ...


  • Microsoft Office Updates

    SoftRAID takes an innovative approach to resolving a Leopard problem with its new 3.6.7 release of the RAID configuration application .


  • This Week on perl5-porters - 14-20 June 2008

    David Nicol: Does pushing all exceptions to @@ whenever $@ gets assigned to break anything? Abigail: In theory, it could, as @@ is a "normal" array that can be used as such.


  • Haskell Database Connectivity 1.1.5.0

    About: HDBC provides an abstraction layer between Haskell programs and SQL relational databases.


  • ActiveState Releases Komodo IDE 4.4

    June 24, 2008-ActiveState Software today released Komodo IDE 4.4, adding user requested timesaving features and performance improvements to the award-winning integrated development environment, including a ...


  • I Didn't Want to See That

    One thing I found unsettling was running this over our CPAN install: ack '^\s*exit\b' lib/perl5/ Admittedly, many of those were false positives, but not all of them were.


  • MoD to save 35m with online travel service

    The Ministry of Defence expects to save 35m per year through an online travel service set up and managed by Capgemini.


  • Bash Arrays

    If you're used to a "standard" *NIX shell you may not be familiar with bash's array feature.


  • More On Constraints

    I was Warnocked in my last post about an approach to constraint programming in Perl 6 . This isn't terribly surprising.


  • Stupid Perl 6 Ideas While Sick

    Somehow, being sick seems to bring out the stupid in me. Or maybe I'm brilliant.


  • This Week on perl5-porters - 25-31 May 2008

    This Week on perl5-porters - 25-31 May 2008 "I've fixed the bug itself as change #33952. " -- Dave Mitchell, happy man.


  • Hogwash Light BR 1.5-rc1

    About: HLBR is an IPS that can filter packets directly in layer 2 of the OSI model .


  • Help TPF Fund Grants

    The 2008Q2 grant round was by far the largest in recent years in both the quantity and quality of grant requests received by TPF.


  • Sleep 2.1-b27 Released

    Sleep 2.1-b27 has been released . Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C. This release includes: a new java.util.List implementation to back Sleep ...


  • Learning Perl, Fifth Edition

    Learning Perl , better known as "the Llama book," starts the reader on the way to mastering this core programming topic.


RSS Daily ABOUT PERL News
  • Install ActivePerl
    Installing ActivePerl for Windows - Install Perl on a Windows system, learn how to install Perl for Windows.
  • GD::Simple
    Perl Module GD::Simple - How to draw quick graphics and images with the GD::Simple Perl module.
  • Data Types: Lists
    A tutorial on the second of three basic data types in Perl, the list.
  • Data Types: Lists
    A tutorial on the second of three basic data types in Perl, the list.
  • Data Types: Scalars
    A tutorial on the first of three basic data types in Perl, the scalar.
  • Perl First Steps
    Perl Absolute Beginners Guide - Take your first steps to learn Perl.
  • Perl Install DBI
    A tutorial on using Perl to connect to a MySQL database.
  • Perl Hello World
    Testing Perl - First Perl program, learn how to test your Unix or Linux Perl installation.
  • Perl's unshift() Function
    Perl unshift function reference - learn how to use Perl's unshift() function in this quick tutorial.
  • WWW::Myspace
    Perl Module WWW::Myspace - How to hack and automate MySpace with the WWW::Myspace Perl module.
  • Perl's Do While Loop
    Perl do while loop tutorial - Control structures in Perl, learn how to use a do while loop.
  • Perl For Loop
    Perl for loop tutorial - Control structures in Perl, learn how to use a for loop.
  • Perl Data Types
    Perl Absolute Beginners Guide - Learn about Perl data types.
  • Perl length() function
    Perl length function reference - learn how to use Perl's length() function in this quick tutorial.
  • 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
  • Podcasting Perl
    This site, though it doesn't seem to be updated too often, has some interesting Perl podcasts if you're into that sort of thing. So far, there are a few interesting...
  • Perl book (mini) reviews
    Here's a great series of book reviews for some of the most popular Perl books, and the best part is they are short and to the point! All in all,...
  • Adding Object-Relational Mapping to your Perl Application - Part Three
    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...
  • Readable Perl
    This is a clean and useful PDF of a presentation on clean and usable Perl! Seriously, this is a great look at busting some of the myths that Perl is...
  • Why I like Perl
    A recent LiveJournal entry from pozorvlak is a really great essay on several of the good points that Perl has to offer. It pretty much touches on all the reasons...
  • Count Lines of Code
    Whatever language you choose to program in, here's an interesting and useful utility (written in Perl of course) that will count blank lines, comment lines, and physical lines of source...
  • IWL: A Perl widget library for the web
    Here's something interesting to look at - a new Perl widget library for web interfaces that works in the style of Gtk+. It incorporates the prototype JS library and has...
  • Perl Myths
    This is a great presentation from Tim Bunce that busts some of the typical Perl Myths that have been spreading across the internet. Namely that Perl is dead or dying,...
  • Perl 6 on Parrot (Rakudo) progress report
    Here's another update on the progress of Perl 6 and Parrot for anyone following the development. This time it covers some interesting new developments to play with like a tool...
  • Adding Object-Relational Mapping to your Perl Application - Part Two
    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...