<?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>Mon, 13 Feb 2012 16:38:00 GMT</pubDate>
<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>
<item>
<title>(Perl) Proxy.pl - bcmoney</title>
<link>http://snipplr.com/view/45551/proxypl/</link>
<description><![CDATA[ <p>Source for handling HTTP requests easily in Perl:
http://stackoverflow.com/questions/134858/whats-the-simplest-way-to-make-a-http-get-request-in-perl

Work with N.Y.Times JSON API in Perl/AJAX:
http://notetodogself.blogspot.com/2009/02/using-jquery-with-nyt-json-api.html

Handling HTTP Requests in Perl:
http://perl.active-venture.com/lib/HTTP/Request/Common.html

Perl CGI Module:
http://www.gossland.com/course/cgi_module/index.html

How to read URL Parameters in Perl:
http://www.webdeveloper.com/forum/showthread.php?p=842109

How to read command-line args in Perl:
http://www.devdaily.com/perl/perl-command-line-arguments-read-args</p> ]]></description>
<pubDate>Fri, 10 Dec 2010 09:22:47 GMT</pubDate>
<guid>http://snipplr.com/view/45551/proxypl/</guid>
</item>
<item>
<title>(Perl) Random password generator - DAT404</title>
<link>http://snipplr.com/view/45292/random-password-generator/</link>
<description><![CDATA[ <p>Usage: perl script.pl length</p> ]]></description>
<pubDate>Sun, 05 Dec 2010 03:27:42 GMT</pubDate>
<guid>http://snipplr.com/view/45292/random-password-generator/</guid>
</item>
<item>
<title>(Perl) Print Current Month - numberwhun</title>
<link>http://snipplr.com/view/44012/print-current-month/</link>
<description><![CDATA[ <p>This is a script that simply prints the current month.   I produced this a couple years ago and use it as a reference for using the localtime() function.</p> ]]></description>
<pubDate>Fri, 12 Nov 2010 12:19:16 GMT</pubDate>
<guid>http://snipplr.com/view/44012/print-current-month/</guid>
</item>
<item>
<title>(Perl) Find Installed Modules - numberwhun</title>
<link>http://snipplr.com/view/44009/find-installed-modules/</link>
<description><![CDATA[ <p>This is a handy little bit that will show you all of the installed modules on the system.</p> ]]></description>
<pubDate>Fri, 12 Nov 2010 11:46:13 GMT</pubDate>
<guid>http://snipplr.com/view/44009/find-installed-modules/</guid>
</item>
<item>
<title>(Bash) kill zombie processes - noah</title>
<link>http://snipplr.com/view/41095/kill-zombie-processes/</link>
<description><![CDATA[ <p>Thanks to [Kastner](http://metaatem.net/) for these snippets.</p> ]]></description>
<pubDate>Tue, 28 Sep 2010 07:14:38 GMT</pubDate>
<guid>http://snipplr.com/view/41095/kill-zombie-processes/</guid>
</item>
<item>
<title>(Pseudocode) Perl in-place substitution as an alternative to sed - axolx</title>
<link>http://snipplr.com/view/39451/perl-inplace-substitution-as-an-alternative-to-sed/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 24 Aug 2010 10:12:38 GMT</pubDate>
<guid>http://snipplr.com/view/39451/perl-inplace-substitution-as-an-alternative-to-sed/</guid>
</item>
<item>
<title>(Perl) send SMS via SMS Gateway by www.smsmatrix.com - smsmatrix</title>
<link>http://snipplr.com/view/37076/send-sms-via-sms-gateway-by-wwwsmsmatrixcom/</link>
<description><![CDATA[ <p>send SMS to any mobile phone number (or a list) worldwide.</p> ]]></description>
<pubDate>Sat, 10 Jul 2010 13:49:52 GMT</pubDate>
<guid>http://snipplr.com/view/37076/send-sms-via-sms-gateway-by-wwwsmsmatrixcom/</guid>
</item>
<item>
<title>(Apache) Example Virtual Host Configuration (Weblication on XAMPP) - iroybot</title>
<link>http://snipplr.com/view/36379/example-virtual-host-configuration-weblication-on-xampp/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 Jun 2010 01:58:40 GMT</pubDate>
<guid>http://snipplr.com/view/36379/example-virtual-host-configuration-weblication-on-xampp/</guid>
</item>
<item>
<title>(Other) Make translation for Zend_translate via Perl script - paramah</title>
<link>http://snipplr.com/view/30797/make-translation-for-zendtranslate-via-perl-script/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 02 Apr 2010 07:45:35 GMT</pubDate>
<guid>http://snipplr.com/view/30797/make-translation-for-zendtranslate-via-perl-script/</guid>
</item>
<item>
<title>(Perl) perl grep find multiple filetypes - joe-bbb</title>
<link>http://snipplr.com/view/30709/perl-grep-find-multiple-filetypes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 01 Apr 2010 12:59:43 GMT</pubDate>
<guid>http://snipplr.com/view/30709/perl-grep-find-multiple-filetypes/</guid>
</item>
<item>
<title>(Perl) rename recursive file extensions - joe-bbb</title>
<link>http://snipplr.com/view/28744/rename-recursive-file-extensions/</link>
<description><![CDATA[ <p>This replaces all .pngx files with .png</p> ]]></description>
<pubDate>Mon, 22 Feb 2010 09:52:14 GMT</pubDate>
<guid>http://snipplr.com/view/28744/rename-recursive-file-extensions/</guid>
</item>
</channel>
</rss>
