<?xml version="1.0" encoding="utf-8" ?>  
 <rss version="2.0"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
 <channel>
    <title>Web 2.0 announcer feed for perl</title>
    <link>http://perl.web2announcer.com/</link>
    <description>Web 2.0 announcer top stories for perl</description>
    <dc:language>en</dc:language>
    <pubDate>Fri, 10 Oct 2008 13:32:56 GMT</pubDate><item>
	<title>Why use Constraints in SQL ?</title>
    <link>http://web2announcer.com/go/2798375</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Constraints enables business rules to be enforced by the database instead of via application code. Through the judicious use of constraints, application and SQL coding can be minimized and data integrity can be maximized. &amp;#xD;
&amp;#xD;
Constraints may be applied to columns in the form of uniqueness requirements, relational integrity constraints to other tables/rows, allowable values and data types.For example, a column containing a product price should probably only accept positive values. But there is no standard data type that accepts only positive numbers. Another issue is that you might want to constrain column data with respect to other columns or rows. For example, in a table containing product information, there should be only one row for each product number.
	</content:encoded>
    <pubDate>Fri, 10 Oct 2008 13:32:56 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2798375</guid><category domain="http://net.web2announcer.com/">.net</category><category domain="http://database.web2announcer.com/">database</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://php.web2announcer.com/">php</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>The First Annual JVM Language Summit</title>
    <link>http://web2announcer.com/go/2780597</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    You know that a conference is good when you go home with a list of stuff that you never heard of but now need to go follow up on. The JVM Language Summit was exceptional in this regard.
	</content:encoded>
    <pubDate>Sun, 28 Sep 2008 18:37:29 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2780597</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://other-languages.web2announcer.com/">other languages</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://ruby.web2announcer.com/">ruby</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Building Web Chat with Meteor Comet Server</title>
    <link>http://web2announcer.com/go/2772010</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Guide to build a &quot;true&quot; comet application,  a real-time web chat, with Meteor Comet server
	</content:encoded>
    <pubDate>Sat, 20 Sep 2008 15:22:35 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2772010</guid><category domain="http://javascript.web2announcer.com/">javascript</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://php.web2announcer.com/">php</category><category domain="http://server.web2announcer.com/">server</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>ShuffleBag Ports</title>
    <link>http://web2announcer.com/go/2765260</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Flash (AS3), haXe, JavaScript, PHP, Perl, and Python ports of my continuous shuffled sequence algorithm. (0-clause BSD)
	</content:encoded>
    <pubDate>Fri, 12 Sep 2008 09:39:44 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2765260</guid><category domain="http://flash-flex.web2announcer.com/">flash-flex</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://php.web2announcer.com/">php</category><category domain="http://python.web2announcer.com/">python</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>C vs Python: Speed</title>
    <link>http://web2announcer.com/go/2762973</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Which is more important: time to write the program or time to run the program?
	</content:encoded>
    <pubDate>Tue, 09 Sep 2008 16:32:44 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2762973</guid><category domain="http://c-and-cpp.web2announcer.com/">c-and-cpp</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://python.web2announcer.com/">python</category><category domain="http://usability.web2announcer.com/">usability</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Redhat perl. What a tragedy.</title>
    <link>http://web2announcer.com/go/2751064</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    According to this google trends analysis Redhat, Centos and Fedora make up the majority of linux distributions used in production. All these have a broken perl. How much time and money has been lost because of this?  I have a sinking feeling that it is a staggering number.
	</content:encoded>
    <pubDate>Wed, 27 Aug 2008 15:20:43 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2751064</guid><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://unix-linux.web2announcer.com/">unix-linux</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Building an Online Game in PHP, Perl, or Ruby on Rails</title>
    <link>http://web2announcer.com/go/2749545</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    The BuildingBrowsergames blog has had a long series of entries showing how to build an online game. Each entry has thus far been completed first in PHP and then again using Perl. This is my blog entry which has an overview and key for the entire series of postings and it serves as an announcement that I&#039;ve started converting all the entries over to Ruby on Rails as well.
	</content:encoded>
    <pubDate>Tue, 26 Aug 2008 03:10:58 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2749545</guid><category domain="http://games.web2announcer.com/">games</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://php.web2announcer.com/">php</category><category domain="http://ruby.web2announcer.com/">ruby</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Why Corporates Hate Perl</title>
    <link>http://web2announcer.com/go/2746338</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    It’s not true, of course. There are a still large number of large companies who love Perl. I could probably work through to my retirement enhancing and extending systems that are written in Perl at many of the big banks in the City of London. There are, however, also many companies who are moving away from Perl for a number of reasons. Here’s one of the reasons that will be included in my talk.
	</content:encoded>
    <pubDate>Fri, 22 Aug 2008 05:13:51 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2746338</guid><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>The ascent of scripting languages</title>
    <link>http://web2announcer.com/go/2719203</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    When you say “scripting language” these days, most programmers think of Perl, Python, Ruby, PHP, ASP, or JavaScript.  But the history of scripting languages starts much earlier than any of these.
	</content:encoded>
    <pubDate>Sat, 26 Jul 2008 07:17:51 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2719203</guid><category domain="http://other-languages.web2announcer.com/">other languages</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://python.web2announcer.com/">python</category><category domain="http://ruby.web2announcer.com/">ruby</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Add Salt To Make Your Encryptions Better</title>
    <link>http://web2announcer.com/go/2684807</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    There are few things that aren’t better once salt has been added, and encryptions are no different. Adding a salt can make a simple encryption exponentially harder to break/crack. Thankfully, there are many other available encryption options that include salt, and the best part about adding salt to your encryption is how easily it can be done.
	</content:encoded>
    <pubDate>Wed, 09 Jul 2008 13:18:09 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2684807</guid><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://php.web2announcer.com/">php</category><category domain="http://security.web2announcer.com/">Security</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Schwartzian Transforms in Java</title>
    <link>http://web2announcer.com/go/2665287</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Libraries like Java&#039;s Collections API contain numerous algorithms tuned to give good performance in a theoretical &#039;typical case&#039;, but it can be very easy to forget that these algorithms aren&#039;t magical, and have certain requirements of their own if that goal is to be achieved.
	</content:encoded>
    <pubDate>Sat, 28 Jun 2008 13:50:28 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2665287</guid><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Performance of Python, PHP and Perl</title>
    <link>http://web2announcer.com/go/2633942</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Performance comparison between a few languages for a simple parse and load database task.
	</content:encoded>
    <pubDate>Wed, 11 Jun 2008 10:46:34 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2633942</guid><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://php.web2announcer.com/">php</category><category domain="http://python.web2announcer.com/">python</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Software Development Automation with Scripting Languages</title>
    <link>http://web2announcer.com/go/2625440</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    The Scripting languages are deployed in many operative systems, either in UNIX/Linux or Windows. These languages are developed for general purpose process automation and web programming. But you can consider using them for the software development process in many ways. Among these languages, awk and Perl are suitable for automate and speed up software development for embedded systems, because many embedded systems only have cross tool chain, without powerful IDE supports for process automation. Here I will show you why we need them and how these tools help us.
	</content:encoded>
    <pubDate>Fri, 06 Jun 2008 03:29:09 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2625440</guid><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://methodology.web2announcer.com/">methodology</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Java Swings, you say? Are you crazy?</title>
    <link>http://web2announcer.com/go/2603485</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Almost half of the Resumes I get to interview on Swing, write: “Swings” instead of “Swing”. They don’t seem to do the same mistake with other technologies. I Wonder why.
	</content:encoded>
    <pubDate>Sat, 24 May 2008 11:04:48 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2603485</guid><category domain="http://humor.web2announcer.com/">humor</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://ruby.web2announcer.com/">ruby</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>5 web development techniques to prevent Google from crawling your HTML forms</title>
    <link>http://web2announcer.com/go/2548217</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    5 web development techniques to prevent Google from crawling your HTML forms. do you really want Googlebot messing around in your HTML forms? Probably not. But prepare, because other (not so polite bots) are coming!
	</content:encoded>
    <pubDate>Mon, 21 Apr 2008 11:20:10 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2548217</guid><category domain="http://css-html.web2announcer.com/">css-html</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://php.web2announcer.com/">php</category><category domain="http://security.web2announcer.com/">Security</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Perl is not going away</title>
    <link>http://web2announcer.com/go/2535844</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    I’ve been taking DDJ for a couple years now. It’s cheap and occasionally has something interesting in it, but it’s been less interesting than I remember it being when I read it in college. I’ve been much more enamored with the Communciations of the ACM. Today, I received my issue and there’s an interview with Paul Jansen of TIOBE Software.
	</content:encoded>
    <pubDate>Mon, 14 Apr 2008 11:46:58 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2535844</guid><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>App Engine with Ruby, Python, and Perl</title>
    <link>http://web2announcer.com/go/2530596</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    I had a fair amount of email from people, and saw some blogs, complaining about the fact that Google App Engine currently supports Python only. On the video, and in the docs, it is frequently mentioned that other languages are to come, and that the infrastructure itself is language neutral. We have to start somewhere!&amp;#xD;
&amp;#xD;
I personally have a slight Ruby preference, but there is a funny thing about Python.
	</content:encoded>
    <pubDate>Fri, 11 Apr 2008 13:22:28 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2530596</guid><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://python.web2announcer.com/">python</category><category domain="http://ruby.web2announcer.com/">ruby</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Analyzing Keyword Activity on Coding Horror</title>
    <link>http://web2announcer.com/go/2525935</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Coding Horror makes its traffic stats publicly available. Unfortunately just the last 500 records are available. I wrote a program to accumulate search keywords and analyzed the data later. Project uses Perl, SQLite and Google Charts.
	</content:encoded>
    <pubDate>Tue, 08 Apr 2008 21:58:06 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2525935</guid><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>10 Perl modules all Java developers should know</title>
    <link>http://web2announcer.com/go/2463004</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    There are numerous CPAN modules which are designed to import Java classes into Perl scripts or access Java APIs like Swing, JDBC and JNI. This document lists the ten most important and useful modules in this collection.
	</content:encoded>
    <pubDate>Tue, 04 Mar 2008 19:45:16 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2463004</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Do not learn Perl</title>
    <link>http://web2announcer.com/go/2448148</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    A tongue-in-cheek response to a recent blog post about Ruby
	</content:encoded>
    <pubDate>Tue, 26 Feb 2008 22:43:46 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2448148</guid><category domain="http://humor.web2announcer.com/">humor</category><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>So I Don&#039;t Like Perl. Sue Me.</title>
    <link>http://web2announcer.com/go/2386830</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    A number of folks commented on the last post about my &quot;ignorant and apparently unsupported swipes against Parrot and Perl&quot;.
	</content:encoded>
    <pubDate>Fri, 25 Jan 2008 18:57:24 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2386830</guid><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Perlisms in Ruby: regular expression syntaxes</title>
    <link>http://web2announcer.com/go/2385569</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Ruby heavily borrowed from Smalltalk, Lisp and Perl. While trying to make Hpricot test suite run fine on Ruby 1.9.0 author found regular expressions syntax that Programming Ruby and The Ruby Way seems not cover at all.
	</content:encoded>
    <pubDate>Thu, 24 Jan 2008 07:42:55 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2385569</guid><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://ruby.web2announcer.com/">ruby</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>TIOBE Declares Python the Programming Language of 2007</title>
    <link>http://web2announcer.com/go/2375362</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    The TIOBE Programming Community Index has declared Python as the Programming Language of 2007 due to a surge in its popularity rating during the year, making it now the sixth most popular programming language and finally surpassing Perl.&amp;#xD;
More details at : http://www.tiobe.com/tpci.htm
	</content:encoded>
    <pubDate>Thu, 17 Jan 2008 21:26:27 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2375362</guid><category domain="http://c-and-cpp.web2announcer.com/">c-and-cpp</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://python.web2announcer.com/">python</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>The most useful perl program in the world</title>
    <link>http://web2announcer.com/go/2364140</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    This little gem of a perl has so many uses. I can think of about 11 right now. Now i must make an application which uses this code. &amp;#xD;
Note: this works on unix, but might need some quotes to run on windows
	</content:encoded>
    <pubDate>Tue, 08 Jan 2008 18:18:13 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2364140</guid><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://tools.web2announcer.com/">tools</category><category domain="http://usability.web2announcer.com/">usability</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>bcvi - run vi over a &#039;back-channel&#039;</title>
    <link>http://web2announcer.com/go/2348056</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Suppose you are running ssh to some system called neptune, which doesn&#039;t necessarily have your editor of choice (e.g., gvim for this guy) installed. This script lets you type &quot;vi somefile&quot; in the neptune ssh session and causes the following command to be run on your workstation: &quot;gvim scp://neptune//path/to/somefile&quot;.
	</content:encoded>
    <pubDate>Mon, 31 Dec 2007 00:32:48 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2348056</guid><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://tools.web2announcer.com/">tools</category><category domain="http://unix-linux.web2announcer.com/">unix-linux</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>New Book - Catalyst: Accelerating Perl Web Application Development</title>
    <link>http://web2announcer.com/go/2323598</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    * Understand the Catalyst Framework and MVC architecture&amp;#xD;
    * Build and test a site with Catalyst&amp;#xD;
    * Detailed walkthroughs to create sample applications&amp;#xD;
    * Extend Catalyst through plug-ins
	</content:encoded>
    <pubDate>Wed, 19 Dec 2007 19:11:26 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2323598</guid><category domain="http://books.web2announcer.com/">books</category><category domain="http://frameworks.web2announcer.com/">frameworks</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Programming is Hard, Let&#039;s Go Scripting...</title>
    <link>http://web2announcer.com/go/2297137</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    I think, to most people, scripting is a lot like obscenity. I can&#039;t define it, but I&#039;ll know it when I see it. Here are some common memes floating around:
	</content:encoded>
    <pubDate>Fri, 07 Dec 2007 17:42:53 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2297137</guid><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Why should I use perl 5.10?</title>
    <link>http://web2announcer.com/go/2294006</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Here are some things of the top of my head that I think are pretty cool
	</content:encoded>
    <pubDate>Wed, 05 Dec 2007 18:16:46 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2294006</guid><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Python! (cartoon)</title>
    <link>http://web2announcer.com/go/2293709</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    XKCD has been trying Python in place of Perl
	</content:encoded>
    <pubDate>Wed, 05 Dec 2007 14:42:02 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2293709</guid><category domain="http://humor.web2announcer.com/">humor</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://python.web2announcer.com/">python</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>The Great Ruby Shootout</title>
    <link>http://web2announcer.com/go/2290935</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Back in February, I made a very popular post which compared several implementations of the Ruby language. More than 9 months later, I’m back with a brand new shootout. Fasten your seat belts, it’s going to be fun.
	</content:encoded>
    <pubDate>Mon, 03 Dec 2007 22:01:46 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2290935</guid><category domain="http://other-languages.web2announcer.com/">other languages</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://python.web2announcer.com/">python</category><category domain="http://ruby.web2announcer.com/">ruby</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Perl on Rails - Why the BBC Fails at the Internet</title>
    <link>http://web2announcer.com/go/2290841</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Perl on Rails is a project by the smart chaps over in BBC Audio and Music Interactive that replicates the Ruby On Rails MVC framework in Perl. They’re obviously rather proud of themselves, and I understand that internally the project is making waves. Whilst I applaud the technical achievement of the individual developers, I deplore the situation that has forced them to do this.
	</content:encoded>
    <pubDate>Mon, 03 Dec 2007 21:03:57 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2290841</guid><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>How Regexes Work</title>
    <link>http://web2announcer.com/go/2290754</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    This isn&#039;t an article about how to use regexes; you&#039;ve probably seen plenty of those already. It&#039;s about how you would write a regex package from scratch, in a language like C that doesn&#039;t already have regexes.
	</content:encoded>
    <pubDate>Mon, 03 Dec 2007 20:00:33 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2290754</guid><category domain="http://how-to.web2announcer.com/">how-to</category><category domain="http://other-languages.web2announcer.com/">other languages</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Perl on Rails</title>
    <link>http://web2announcer.com/go/2290245</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Like most organisations the BBC has its own technical ecosystem; the BBC&#039;s is pretty much restricted to Perl and static files. This means that the vast majority of the BBC&#039;s website is statically published - in other words HTML is created internally and FTP&#039;ed to the web servers. There are then a range of Perl scripts that are used to provide additional functionality and interactivity.
	</content:encoded>
    <pubDate>Mon, 03 Dec 2007 15:09:10 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2290245</guid><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Holy Shmoly, Ruby 1.9 smokes Python away!</title>
    <link>http://web2announcer.com/go/2279747</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Granted Python is not the fastest language out there, but Ruby 1.9 was still able to execute the script almost 3 times as fast. It’s unbelievable.
	</content:encoded>
    <pubDate>Wed, 28 Nov 2007 16:18:18 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2279747</guid><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://php.web2announcer.com/">php</category><category domain="http://python.web2announcer.com/">python</category><category domain="http://ruby.web2announcer.com/">ruby</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>ack -- a grep replacement</title>
    <link>http://web2announcer.com/go/2278113</link>
    <author>unknown@ma.gnolia.com</author>
    <content:encoded>
    Saved By: Jinzang | View Details | Give Thanks
	</content:encoded>
    <pubDate>Wed, 28 Nov 2007 07:00:00 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2278113</guid><category domain="http://none-assigned.web2announcer.com/">None assigned</category><category domain="http://seo.web2announcer.com/">seo</category><category domain="http://tutorial.web2announcer.com/">tutorial</category><category domain="http://osx.web2announcer.com/">OSX</category><category domain="http://internet-explorer.web2announcer.com/">internet explorer</category><category domain="http://open-source.web2announcer.com/">open source</category><category domain="http://wine.web2announcer.com/">wine</category><category domain="http://songza.web2announcer.com/">songza</category><category domain="http://webradio.web2announcer.com/">webradio</category><category domain="http://discovery.web2announcer.com/">discovery</category><category domain="http://music-discovery.web2announcer.com/">music discovery</category><category domain="http://design-vector.web2announcer.com/">design vector</category><category domain="http://apple.web2announcer.com/">Apple</category><category domain="http://dock.web2announcer.com/">dock</category><category domain="http://finder.web2announcer.com/">finder</category><category domain="http://hacks.web2announcer.com/">hacks</category><category domain="http://webdev.web2announcer.com/">webdev</category><category domain="http://quicklook.web2announcer.com/">quicklook</category><category domain="http://plugin.web2announcer.com/">plugin</category><category domain="http://cory-doctorow.web2announcer.com/">&quot;cory doctorow&quot;</category><category domain="http://facebook.web2announcer.com/">facebook</category><category domain="http://privacy.web2announcer.com/">privacy</category><category domain="http://business.web2announcer.com/">business</category><category domain="http://amazons3.web2announcer.com/">amazon_s3</category><category domain="http://amazon.web2announcer.com/">Amazon</category><category domain="http://s3.web2announcer.com/">s3</category><category domain="http://storage.web2announcer.com/">storage</category><category domain="http://css-maintenance.web2announcer.com/">css maintenance</category><category domain="http://mac.web2announcer.com/">mac</category><category domain="http://3d.web2announcer.com/">3d</category><category domain="http://design.web2announcer.com/">Design</category><category domain="http://inspiration.web2announcer.com/">inspiration</category><category domain="http://reference.web2announcer.com/">reference</category><category domain="http://mac-os-x.web2announcer.com/">mac os x</category><category domain="http://keyboard.web2announcer.com/">keyboard</category><category domain="http://productivity.web2announcer.com/">productivity</category><category domain="http://tips-n-tricks.web2announcer.com/">tips &#039;n tricks</category><category domain="http://restoration.web2announcer.com/">Restoration</category><category domain="http://hacking.web2announcer.com/">hacking</category><category domain="http://hack.web2announcer.com/">hack</category><category domain="http://clock.web2announcer.com/">clock</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://software.web2announcer.com/">Software</category><category domain="http://free.web2announcer.com/">free</category></item><item>
	<title>A closer look at Komodo Edit</title>
    <link>http://web2announcer.com/go/2273318</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    A review of Komodo Edit 4.2, an interesting free cross-platform IDE/Editor hybrid with amazing Ruby/Python/Perl support.
	</content:encoded>
    <pubDate>Sun, 25 Nov 2007 23:04:54 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2273318</guid><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://python.web2announcer.com/">python</category><category domain="http://reviews.web2announcer.com/">reviews</category><category domain="http://ruby.web2announcer.com/">ruby</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>A closer look at Komodo Edit</title>
    <link>http://web2announcer.com/go/2277959</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    A review of Komodo Edit 4.2, an interesting free cross-platform IDE/Editor hybrid with amazing Ruby/Python/Perl support.
	</content:encoded>
    <pubDate>Sun, 25 Nov 2007 23:04:54 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2277959</guid><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://python.web2announcer.com/">python</category><category domain="http://reviews.web2announcer.com/">reviews</category><category domain="http://ruby.web2announcer.com/">ruby</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Haskell as an alternative to Perl for scripting tasks.</title>
    <link>http://web2announcer.com/go/2261378</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    While most sysadmins would use a language like Perl or Python for developing their scripts, this fellow uses Haskell. Of course, I asked him why he used Haskell. His answers really aren’t surprising to somebody who has used Haskell before.
	</content:encoded>
    <pubDate>Mon, 19 Nov 2007 16:55:03 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2261378</guid><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://other-languages.web2announcer.com/">other languages</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Interview: The driver behind NASA&#039;s Mars Rovers</title>
    <link>http://web2announcer.com/go/2260580</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Behind every robot is a driver. While NASA&#039;s twin robot geologists, Spirit and Opportunity, have gained plenty of media attention since they first landed on Mars at the start of 2004, little attention has been given to the team of dedicated programmers behind the robots, plotting their every move.
	</content:encoded>
    <pubDate>Mon, 19 Nov 2007 07:44:00 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2260580</guid><category domain="http://java.web2announcer.com/">java</category><category domain="http://other-languages.web2announcer.com/">other languages</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://python.web2announcer.com/">python</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Perl: Bind output variables in DBI for speed and safety</title>
    <link>http://web2announcer.com/go/2257888</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    A good performance tuning article about using simple DBI based access to a database over a large result set in Perl.
	</content:encoded>
    <pubDate>Sun, 18 Nov 2007 00:36:07 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2257888</guid><category domain="http://database.web2announcer.com/">database</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Java and .NET to drive double-digit wage growth</title>
    <link>http://web2announcer.com/go/2233976</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Open source and scripting technologies may be capturing the headlines lately, but Java and Microsoft language skills still put developers top in salary talks with bosses.&amp;#xD;
&amp;#xD;
Next year, application developers and senior web developers skilled in Java, Java Enterprise Edition and Microsoft&#039;s C# and VisualBasic.NET look likely to have more leverage in salary negotiations and pull in more cash than those armed with Linux, Apache, MySQL and Perl/PHP/Python (LAMP) or AJAX, according to a new salary survey.&amp;#xD;
&amp;#xD;
(Discussed here:&amp;#xD;
http://myblog.rsynnott.com/2007/11/in-the-21st-century-python-wil.html&amp;#xD;
In the 21st century, Python will be too cheap to meter - Robert Synnott )
	</content:encoded>
    <pubDate>Mon, 05 Nov 2007 15:03:08 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2233976</guid><category domain="http://net.web2announcer.com/">.net</category><category domain="http://java.web2announcer.com/">java</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://php.web2announcer.com/">php</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Competing with Perl, Python and Ruby: Renaming files with MzScheme</title>
    <link>http://web2announcer.com/go/2224859</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    A reddit user by the name of alanshutko stated what was necessary to make Scheme, Common Lisp, Haskell, and other non-mainstream languages more appealing to the average programmer. A Scheme program that renames files is shown. It uses regular expressions and file/directory/path functions.
	</content:encoded>
    <pubDate>Thu, 25 Oct 2007 21:18:29 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2224859</guid><category domain="http://other-languages.web2announcer.com/">other languages</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://python.web2announcer.com/">python</category><category domain="http://ruby.web2announcer.com/">ruby</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>I dislike object-oriented programming in general</title>
    <link>http://web2announcer.com/go/2221780</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Since my previous meditation seemed to upset some people, here&#039;s more serious pondering.&amp;#xD;
&amp;#xD;
This is not the first node on the merits of Object-Oriented Programming (or Object-Oriented Paradigm), and certainly not the last. Interested monks can read The world is not object oriented, Damian Conway&#039;s ten rules for when to use OO, and Coding styles: OOP vs. Subs for starters.
	</content:encoded>
    <pubDate>Mon, 22 Oct 2007 05:29:12 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2221780</guid><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Is 3500 lines of Perl code normal?</title>
    <link>http://web2announcer.com/go/2214884</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    In my first real task at my new job, I am part of the team that is supposed to rebuild the site. The site is a public facing ecommerce site written in Perl and it doesn’t appear that Perl is leaving the equation. First, I’m not a Perl guy. Not that I don’t like Perl, I’ve just as of yet had not had the opportunity to learn it. No problem, I can Google a few Perl tutorials to pick up the syntax and such enough to understand what I’m looking at. Besides I’ve always wanted to learn Perl, so here is my chance.
	</content:encoded>
    <pubDate>Tue, 16 Oct 2007 06:46:59 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2214884</guid><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Essential Perl Websites</title>
    <link>http://web2announcer.com/go/2213912</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    A few weeks back I saw a list of 20 websites for Perl. It wasn&#039;t all bad, but it was mostly bad.  Despite not being a huge fan of &quot;list&quot; posts, this is what I think a proper list of essential Perl websites you should keep track of.  Suggestions welcome. (Disclosure: my first real blog post, no ads)
	</content:encoded>
    <pubDate>Sat, 13 Oct 2007 17:23:47 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2213912</guid><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Recent codes - RefactorMyCode.com</title>
    <link>http://web2announcer.com/go/2206003</link>
    <author>unknown@ma.gnolia.com</author>
    <content:encoded>
    Site for submitting code to be refactored and refectoring code.

Saved By: Lynn Wallenstein | View Details | Give Thanks
	</content:encoded>
    <pubDate>Thu, 04 Oct 2007 07:00:00 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2206003</guid><category domain="http://ebook.web2announcer.com/">ebook</category><category domain="http://book.web2announcer.com/">book</category><category domain="http://read.web2announcer.com/">read</category><category domain="http://online.web2announcer.com/">online</category><category domain="http://browsers.web2announcer.com/">browsers</category><category domain="http://testing.web2announcer.com/">testing</category><category domain="http://screenshot.web2announcer.com/">screenshot</category><category domain="http://books.web2announcer.com/">books</category><category domain="http://free.web2announcer.com/">free</category><category domain="http://cool.web2announcer.com/">cool</category><category domain="http://art.web2announcer.com/">art</category><category domain="http://programming-languages.web2announcer.com/">programming languages</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://toolbox.web2announcer.com/">toolbox</category><category domain="http://type.web2announcer.com/">type</category><category domain="http://monospace.web2announcer.com/">monospace</category><category domain="http://sql.web2announcer.com/">SQL</category><category domain="http://programmation.web2announcer.com/">programmation</category><category domain="http://forweb.web2announcer.com/">forweb</category><category domain="http://illustrator.web2announcer.com/">illustrator</category><category domain="http://veerle.web2announcer.com/">veerle</category><category domain="http://tutorial.web2announcer.com/">tutorial</category><category domain="http://python.web2announcer.com/">python</category><category domain="http://tool.web2announcer.com/">tool</category><category domain="http://intelligent.web2announcer.com/">intelligent</category><category domain="http://image.web2announcer.com/">image</category><category domain="http://resize.web2announcer.com/">resize</category><category domain="http://database.web2announcer.com/">database</category><category domain="http://development.web2announcer.com/">development</category><category domain="http://join.web2announcer.com/">join</category><category domain="http://wifi.web2announcer.com/">wifi</category><category domain="http://wireless.web2announcer.com/">wireless</category><category domain="http://howto.web2announcer.com/">howto</category><category domain="http://code.web2announcer.com/">code</category><category domain="http://css.web2announcer.com/">css</category><category domain="http://design.web2announcer.com/">Design</category><category domain="http://techmashgroup.web2announcer.com/">techmashgroup</category><category domain="http://math-tricks.web2announcer.com/">math tricks</category><category domain="http://math.web2announcer.com/">math</category><category domain="http://safari.web2announcer.com/">safari</category><category domain="http://source-code-control.web2announcer.com/">source code control</category><category domain="http://subversion.web2announcer.com/">subversion</category><category domain="http://comics.web2announcer.com/">comics</category><category domain="http://email.web2announcer.com/">email</category><category domain="http://validation.web2announcer.com/">validation</category><category domain="http://ruby.web2announcer.com/">ruby</category><category domain="http://php.web2announcer.com/">php</category></item><item>
	<title>20+ Tools For Perl Development</title>
    <link>http://web2announcer.com/go/2204151</link>
    <author>unknown@ma.gnolia.com</author>
    <content:encoded>
    Even in this day-and-age of Java and Ajax, Perl still has a role to play in the world of coding. ...

Saved By: Diogene | View Details | Give Thanks
	</content:encoded>
    <pubDate>Tue, 02 Oct 2007 07:00:00 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2204151</guid><category domain="http://layout.web2announcer.com/">layout</category><category domain="http://grid.web2announcer.com/">grid</category><category domain="http://javascript.web2announcer.com/">javascript</category><category domain="http://type.web2announcer.com/">type</category><category domain="http://monospace.web2announcer.com/">monospace</category><category domain="http://rails-20.web2announcer.com/">rails 2.0</category><category domain="http://tool.web2announcer.com/">tool</category><category domain="http://intelligent.web2announcer.com/">intelligent</category><category domain="http://image.web2announcer.com/">image</category><category domain="http://resize.web2announcer.com/">resize</category><category domain="http://none-assigned.web2announcer.com/">None assigned</category><category domain="http://design-culture.web2announcer.com/">design culture</category><category domain="http://rubyonrails.web2announcer.com/">rubyonrails</category><category domain="http://links.web2announcer.com/">links</category><category domain="http://3web-development.web2announcer.com/">web-development</category><category domain="http://forweb.web2announcer.com/">forweb</category><category domain="http://illustrator.web2announcer.com/">illustrator</category><category domain="http://veerle.web2announcer.com/">veerle</category><category domain="http://tutorial.web2announcer.com/">tutorial</category><category domain="http://ebook.web2announcer.com/">ebook</category><category domain="http://book.web2announcer.com/">book</category><category domain="http://read.web2announcer.com/">read</category><category domain="http://online.web2announcer.com/">online</category><category domain="http://math-tricks.web2announcer.com/">math tricks</category><category domain="http://math.web2announcer.com/">math</category><category domain="http://monitor-calibration.web2announcer.com/">monitor calibration</category><category domain="http://color.web2announcer.com/">color</category><category domain="http://seo.web2announcer.com/">seo</category><category domain="http://books.web2announcer.com/">books</category><category domain="http://free.web2announcer.com/">free</category><category domain="http://cool.web2announcer.com/">cool</category><category domain="http://art.web2announcer.com/">art</category><category domain="http://programming-languages.web2announcer.com/">programming languages</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://toolbox.web2announcer.com/">toolbox</category></item><item>
	<title>Why Perl sucks</title>
    <link>http://web2announcer.com/go/2028245</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Maybe &quot;sucks&quot; is too harsh a word, but in the convention of &quot;Why C sucks&quot; and &quot;Why C++ sucks,&quot; it&#039;s probably an appropriate title.&amp;#xD;
&amp;#xD;
First, let me say that Perl is by far my favorite programming language. I love it&#039;s power, I love its elegance, and most of all, I love its expressiveness. However, Perl is certainly not without its flaws.
	</content:encoded>
    <pubDate>Tue, 05 Jun 2007 18:22:46 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2028245</guid><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Perl: &#039;tie&#039; considered harmful</title>
    <link>http://web2announcer.com/go/2021205</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    Something has always left me uneasy about the &#039;tie&#039; feature in perl, and I&#039;ve been trying to reconcile it with my evolving view of programmer-system productivity.
	</content:encoded>
    <pubDate>Sat, 02 Jun 2007 00:12:43 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2021205</guid><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://programming.web2announcer.com/">Programming</category></item><item>
	<title>Beyond Perl?</title>
    <link>http://web2announcer.com/go/2018724</link>
    <author>unknown@DZone.com</author>
    <content:encoded>
    That’s right, I give up. Despite having devoted the last five years exclusively to Perl development, my next project will be written in another language.
	</content:encoded>
    <pubDate>Thu, 31 May 2007 17:49:43 GMT</pubDate>
    <guid isPermaLink="true">http://web2announcer.com/go/2018724</guid><category domain="http://opinion.web2announcer.com/">opinion</category><category domain="http://perl.web2announcer.com/">perl</category><category domain="http://php.web2announcer.com/">php</category><category domain="http://python.web2announcer.com/">python</category><category domain="http://programming.web2announcer.com/">Programming</category></item></channel>
</rss>