<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/perl</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 05:38:31 GMT</pubDate>
<item>
<title>(Perl) Extract TRA configuration for tra file - sukantahazra</title>
<link>http://snipplr.com/view/71263/extract-tra-configuration-for-tra-file/</link>
<description><![CDATA[ <p>Used to extract the various config parameters from the TRA file</p> ]]></description>
<pubDate>Wed, 22 May 2013 16:19:27 GMT</pubDate>
<guid>http://snipplr.com/view/71263/extract-tra-configuration-for-tra-file/</guid>
</item>
<item>
<title>(Perl) Recurse through directory and perform action on file - sukantahazra</title>
<link>http://snipplr.com/view/71262/recurse-through-directory-and-perform-action-on-file/</link>
<description><![CDATA[ <p>This is used to recurse through a directory and perform some action on each file</p> ]]></description>
<pubDate>Wed, 22 May 2013 15:03:31 GMT</pubDate>
<guid>http://snipplr.com/view/71262/recurse-through-directory-and-perform-action-on-file/</guid>
</item>
<item>
<title>(Makefile) Template for perl module with debian package - VictorMoral</title>
<link>http://snipplr.com/view/70052/template-for-perl-module-with-debian-package/</link>
<description><![CDATA[ <p>This is the template for a basic project in Perl language with a minimal Debian package build.
I always use the I parameter with Perl for use the more updated version of the modules in the debug process.</p> ]]></description>
<pubDate>Fri, 22 Feb 2013 02:13:24 GMT</pubDate>
<guid>http://snipplr.com/view/70052/template-for-perl-module-with-debian-package/</guid>
</item>
<item>
<title>(Perl) OID or IP Address numeric sort - kurtkincaid</title>
<link>http://snipplr.com/view/68989/oid-or-ip-address-numeric-sort/</link>
<description><![CDATA[ <p>I love this one. Needed a good way to numerically sort IP addresses or OIDs. Took longer to come up with this than I'm willing to admit. Hope others find it useful.</p> ]]></description>
<pubDate>Thu, 06 Dec 2012 14:43:58 GMT</pubDate>
<guid>http://snipplr.com/view/68989/oid-or-ip-address-numeric-sort/</guid>
</item>
<item>
<title>(Perl) Perl recursive loop symbolic link final destination using Unix readlink command - symsec</title>
<link>http://snipplr.com/view/67842/perl-recursive-loop-symbolic-link-final-destination-using-unix-readlink-command/</link>
<description><![CDATA[ <p>Snippet obtained from Stackoverflow courtesy of [Loki Astari](http://stackoverflow.com/a/130428)</p> ]]></description>
<pubDate>Sat, 20 Oct 2012 15:23:36 GMT</pubDate>
<guid>http://snipplr.com/view/67842/perl-recursive-loop-symbolic-link-final-destination-using-unix-readlink-command/</guid>
</item>
<item>
<title>(Bash) Batch file content replace from template.php - zlincoln</title>
<link>http://snipplr.com/view/67411/batch-file-content-replace-from-templatephp/</link>
<description><![CDATA[ <p>Find and replace contents of files ending in .php with nothing.  then append contents of template.php to all files in directory</p> ]]></description>
<pubDate>Thu, 27 Sep 2012 23:32:33 GMT</pubDate>
<guid>http://snipplr.com/view/67411/batch-file-content-replace-from-templatephp/</guid>
</item>
<item>
<title>(Perl) Replace number sequentially with grep - page_lab</title>
<link>http://snipplr.com/view/66059/replace-number-sequentially-with-grep/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 11 Jul 2012 03:56:53 GMT</pubDate>
<guid>http://snipplr.com/view/66059/replace-number-sequentially-with-grep/</guid>
</item>
<item>
<title>(Perl) Capture Screenshots in Perl - Maximus1983</title>
<link>http://snipplr.com/view/65762/capture-screenshots-in-perl/</link>
<description><![CDATA[ <p>Capture Web Screenshots easily with the [GrabzIt Perl API](http://grabz.it/api/perl/)

You will need the free [GrabzIt Code Library](http://grabz.it/api/perl/download.aspx) to get started.</p> ]]></description>
<pubDate>Fri, 22 Jun 2012 21:52:51 GMT</pubDate>
<guid>http://snipplr.com/view/65762/capture-screenshots-in-perl/</guid>
</item>
<item>
<title>(Perl) Using constants in perl - ff1959</title>
<link>http://snipplr.com/view/65389/using-constants-in-perl/</link>
<description><![CDATA[ <p>How to use a constant in perl</p> ]]></description>
<pubDate>Mon, 04 Jun 2012 22:51:50 GMT</pubDate>
<guid>http://snipplr.com/view/65389/using-constants-in-perl/</guid>
</item>
<item>
<title>(Perl) EPUB: reorder playorder values in NCX file - page_lab</title>
<link>http://snipplr.com/view/65220/epub-reorder-playorder-values-in-ncx-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 May 2012 10:49:01 GMT</pubDate>
<guid>http://snipplr.com/view/65220/epub-reorder-playorder-values-in-ncx-file/</guid>
</item>
<item>
<title>(Perl) BBEdit text filter - increment value by one - page_lab</title>
<link>http://snipplr.com/view/64990/bbedit-text-filter--increment-value-by-one/</link>
<description><![CDATA[ <p>Text filter to increment numbers by one with regex in BBEdit (Mac only)</p> ]]></description>
<pubDate>Tue, 22 May 2012 08:49:34 GMT</pubDate>
<guid>http://snipplr.com/view/64990/bbedit-text-filter--increment-value-by-one/</guid>
</item>
<item>
<title>(Bash) Batch remove whitespace in all the files in directory and replace with a dash "-" - licensetoil</title>
<link>http://snipplr.com/view/62828/batch-remove-whitespace-in-all-the-files-in-directory-and-replace-with-a-dash-/</link>
<description><![CDATA[ <p>Add this to your .profile or .bash_rc file, source the file, navigate to the directory and call "rm_whitespace"

Based on: http://snipplr.com/view/4468/batch-rename-files-in-directory/</p> ]]></description>
<pubDate>Sat, 28 Jan 2012 17:42:18 GMT</pubDate>
<guid>http://snipplr.com/view/62828/batch-remove-whitespace-in-all-the-files-in-directory-and-replace-with-a-dash-/</guid>
</item>
<item>
<title>(Perl) Perl script working with pngcrush, for 1 level of folder hierarchy - haxpor</title>
<link>http://snipplr.com/view/60973/perl-script-working-with-pngcrush-for-1-level-of-folder-hierarchy/</link>
<description><![CDATA[ <p>Wrote this script to work with pngcrush command line based program on Windows system to compress several .png images in multiple folders (with only 1 level of folders, rather than that you have to repeat doing it manually).

It's fast, and help doing the task at hand but it's completely clean.

Please note that the code doesn't take care for all un-expected result, it just does the job in controlled environment.

This script relates to my optimization on application's file size, check it out at the URL above.</p> ]]></description>
<pubDate>Fri, 18 Nov 2011 21:32:18 GMT</pubDate>
<guid>http://snipplr.com/view/60973/perl-script-working-with-pngcrush-for-1-level-of-folder-hierarchy/</guid>
</item>
<item>
<title>(Perl) perl ping host - richardkendall</title>
<link>http://snipplr.com/view/59140/perl-ping-host/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 27 Sep 2011 13:47:17 GMT</pubDate>
<guid>http://snipplr.com/view/59140/perl-ping-host/</guid>
</item>
<item>
<title>(jQuery) PERL &amp;amp; JQuery Product Animation - cpres</title>
<link>http://snipplr.com/view/58478/perl--jquery-product-animation/</link>
<description><![CDATA[ <p>This was for a "Sport Landing Page" where people can select their outfits. There is intial intro box that gets cleared on the first selection. The thumbnails popout on hover. And there is a clear function that takes out all the products selected to just show the background image.</p> ]]></description>
<pubDate>Wed, 07 Sep 2011 06:12:09 GMT</pubDate>
<guid>http://snipplr.com/view/58478/perl--jquery-product-animation/</guid>
</item>
<item>
<title>(Perl) Space separated values sum - apoz</title>
<link>http://snipplr.com/view/55600/space-separated-values-sum/</link>
<description><![CDATA[ <p>Program that sums all the values (including big positive/negative integers)</p> ]]></description>
<pubDate>Thu, 23 Jun 2011 01:14:35 GMT</pubDate>
<guid>http://snipplr.com/view/55600/space-separated-values-sum/</guid>
</item>
<item>
<title>(Perl) SearchAndDestroy - FazzyX</title>
<link>http://snipplr.com/view/51781/searchanddestroy/</link>
<description><![CDATA[ <p>Recursive delete of given file or folder, e.g. .svn folder
Call  : [Program] [SearchPath] [DeleteItem]</p> ]]></description>
<pubDate>Fri, 08 Apr 2011 22:22:40 GMT</pubDate>
<guid>http://snipplr.com/view/51781/searchanddestroy/</guid>
</item>
<item>
<title>(Perl) list all files in directory - yoblob</title>
<link>http://snipplr.com/view/49631/list-all-files-in-directory/</link>
<description><![CDATA[ <p>list all files in dir</p> ]]></description>
<pubDate>Fri, 25 Feb 2011 10:22:11 GMT</pubDate>
<guid>http://snipplr.com/view/49631/list-all-files-in-directory/</guid>
</item>
<item>
<title>(Perl) perl hashmap - yoblob</title>
<link>http://snipplr.com/view/49140/perl-hashmap/</link>
<description><![CDATA[ <p>create hashmap
iterate through and print values</p> ]]></description>
<pubDate>Thu, 17 Feb 2011 10:42:50 GMT</pubDate>
<guid>http://snipplr.com/view/49140/perl-hashmap/</guid>
</item>
<item>
<title>(Perl) Detect PHP files with trailing whitespace, using Perl - noah</title>
<link>http://snipplr.com/view/46218/detect-php-files-with-trailing-whitespace-using-perl/</link>
<description><![CDATA[ <p>The following incantation returns nonzero exit status when the terminating `?>`  of a PHP file, is followed by whitespace.</p> ]]></description>
<pubDate>Wed, 29 Dec 2010 08:25:03 GMT</pubDate>
<guid>http://snipplr.com/view/46218/detect-php-files-with-trailing-whitespace-using-perl/</guid>
</item>
</channel>
</rss>