<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Sat, 13 Jun 2026 15:03:09 +0000</lastBuildDate>
    <item>
      <title>(Perl) Make and test SQLite it working with Perl - jacklnorthrup</title>
      <link>https://snipplr.com/view/147050/make-and-test-sqlite-it-working-with-perl</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 24 May 2016 14:54:54 UTC</pubDate>
      <guid>https://snipplr.com/view/147050/make-and-test-sqlite-it-working-with-perl</guid>
    </item>
    <item>
      <title>(Perl) RegEx string substitution - bvwatson</title>
      <link>https://snipplr.com/view/101208/regex-string-substitution</link>
      <description>&lt;p&gt;[The original problem was stated as a SQL (SQL Server 2008) problem. This Perl script demonstrates the desired outcome for the problem statement.]&#13;
&#13;
PROBLEM STATEMENT:&#13;
&#13;
Please help me with SQL Query and requirement is as below: &#13;
&#13;
Below is the Data and I have to remove all texts associated with numbers. If incase in between LETTERS if we see number or numbers, those also should be removed, for ex:A2D104380, here A2D should be removed, others only letters. &#13;
&#13;
Field_Name &#13;
&#13;
AS76573 &#13;
&#13;
AEDFG103020 &#13;
&#13;
A2D104380 &#13;
&#13;
S103282&#13;
&#13;
To add to your point. &#13;
&#13;
Yes you are correct but gain if exists number and again followed by any &#13;
letters then number also should be removed. &#13;
&#13;
For ex: ASD6D6383884 &#13;
&#13;
Here ASD6D should be removed. &#13;
GH63737. Here only GH should be removed &#13;
&#13;
SOLUTION RESULTS:&#13;
&#13;
Word 1 = AS76573 -&gt; 76573&#13;
&#13;
Word 2 = AEDFG103020 -&gt; 103020&#13;
&#13;
Word 3 = A2D104380 -&gt; 104380&#13;
&#13;
Word 4 = S103282 -&gt; 103282&#13;
&#13;
Word 5 = ASD6D6383884 -&gt; 6383884&#13;
&#13;
Word 6 = GH63737 -&gt; 63737&#13;
&#13;
Word 7 = AS76573AEDFG103020A2D104380S103282ASD6D6383884GH63737 -&gt; 76573103020104380103282638388463737&lt;/p&gt;</description>
      <pubDate>Thu, 28 May 2015 10:49:24 UTC</pubDate>
      <guid>https://snipplr.com/view/101208/regex-string-substitution</guid>
    </item>
    <item>
      <title>(Perl) Perl inventory management script - jsinix</title>
      <link>https://snipplr.com/view/82734/perl-inventory-management-script</link>
      <description>&lt;p&gt;Author: jsinix(jsinix.1337@gmail.com&#13;
&#13;
This script can be used to create, delete and update device inventory. This is a basic script that can be modified and improved upon to make it serve better .&lt;/p&gt;</description>
      <pubDate>Mon, 01 Dec 2014 03:31:25 UTC</pubDate>
      <guid>https://snipplr.com/view/82734/perl-inventory-management-script</guid>
    </item>
    <item>
      <title>(Perl) Perl get user input with timeout - jsinix</title>
      <link>https://snipplr.com/view/82733/perl-get-user-input-with-timeout</link>
      <description>&lt;p&gt;Author: jsinix(jsinix.1337@gmail.com)&#13;
&#13;
This is a script that demonstrates how to get input from keyboard with a timeout. This can be useful in many places.&lt;/p&gt;</description>
      <pubDate>Mon, 01 Dec 2014 03:26:22 UTC</pubDate>
      <guid>https://snipplr.com/view/82733/perl-get-user-input-with-timeout</guid>
    </item>
    <item>
      <title>(Perl) Plack maps multiple pages - dbiesecke</title>
      <link>https://snipplr.com/view/74926/plack-maps-multiple-pages</link>
      <description>&lt;p&gt;Maps multiple apps with mount and URLMap&lt;/p&gt;</description>
      <pubDate>Mon, 23 Jun 2014 00:18:14 UTC</pubDate>
      <guid>https://snipplr.com/view/74926/plack-maps-multiple-pages</guid>
    </item>
    <item>
      <title>(Perl) Rename files using perl. - ff1959</title>
      <link>https://snipplr.com/view/72430/rename-files-using-perl</link>
      <description>&lt;p&gt;Renames files in a directory. If no directory is specified, the current directory is used.&lt;/p&gt;</description>
      <pubDate>Sun, 22 Sep 2013 21:52:01 UTC</pubDate>
      <guid>https://snipplr.com/view/72430/rename-files-using-perl</guid>
    </item>
    <item>
      <title>(Perl) Extract TRA configuration for tra file - sukantahazra</title>
      <link>https://snipplr.com/view/71263/extract-tra-configuration-for-tra-file</link>
      <description>&lt;p&gt;Used to extract the various config parameters from the TRA file&lt;/p&gt;</description>
      <pubDate>Wed, 22 May 2013 16:19:27 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/71262/recurse-through-directory-and-perform-action-on-file</link>
      <description>&lt;p&gt;This is used to recurse through a directory and perform some action on each file&lt;/p&gt;</description>
      <pubDate>Wed, 22 May 2013 15:03:31 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/70052/template-for-perl-module-with-debian-package</link>
      <description>&lt;p&gt;This is the template for a basic project in Perl language with a minimal Debian package build.&#13;
I always use the I parameter with Perl for use the more updated version of the modules in the debug process.&lt;/p&gt;</description>
      <pubDate>Fri, 22 Feb 2013 02:13:24 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/68989/oid-or-ip-address-numeric-sort</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Thu, 06 Dec 2012 14:43:58 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/67842/perl-recursive-loop-symbolic-link-final-destination-using-unix-readlink-command</link>
      <description>&lt;p&gt;Snippet obtained from Stackoverflow courtesy of [Loki Astari](http://stackoverflow.com/a/130428)&lt;/p&gt;</description>
      <pubDate>Sat, 20 Oct 2012 15:23:36 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/67411/batch-file-content-replace-from-templatephp</link>
      <description>&lt;p&gt;Find and replace contents of files ending in .php with nothing.  then append contents of template.php to all files in directory&lt;/p&gt;</description>
      <pubDate>Thu, 27 Sep 2012 23:32:33 UTC</pubDate>
      <guid>https://snipplr.com/view/67411/batch-file-content-replace-from-templatephp</guid>
    </item>
    <item>
      <title>(Perl) Replace number sequentially with grep - page_lab</title>
      <link>https://snipplr.com/view/66059/replace-number-sequentially-with-grep</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 11 Jul 2012 03:56:53 UTC</pubDate>
      <guid>https://snipplr.com/view/66059/replace-number-sequentially-with-grep</guid>
    </item>
    <item>
      <title>(Perl) Capture Screenshots in Perl - Maximus1983</title>
      <link>https://snipplr.com/view/65762/capture-screenshots-in-perl</link>
      <description>&lt;p&gt;Capture Web Screenshots easily with the [GrabzIt Perl API](http://grabz.it/api/perl/)&#13;
&#13;
You will need the free [GrabzIt Code Library](http://grabz.it/api/perl/download.aspx) to get started.&lt;/p&gt;</description>
      <pubDate>Fri, 22 Jun 2012 21:52:51 UTC</pubDate>
      <guid>https://snipplr.com/view/65762/capture-screenshots-in-perl</guid>
    </item>
    <item>
      <title>(Perl) Using constants in perl - ff1959</title>
      <link>https://snipplr.com/view/65389/using-constants-in-perl</link>
      <description>&lt;p&gt;How to use a constant in perl&lt;/p&gt;</description>
      <pubDate>Mon, 04 Jun 2012 22:51:50 UTC</pubDate>
      <guid>https://snipplr.com/view/65389/using-constants-in-perl</guid>
    </item>
    <item>
      <title>(Perl) EPUB: reorder playorder values in NCX file - page_lab</title>
      <link>https://snipplr.com/view/65220/epub-reorder-playorder-values-in-ncx-file</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 27 May 2012 10:49:01 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/64990/bbedit-text-filter--increment-value-by-one</link>
      <description>&lt;p&gt;Text filter to increment numbers by one with regex in BBEdit (Mac only)&lt;/p&gt;</description>
      <pubDate>Tue, 22 May 2012 08:49:34 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/62828/batch-remove-whitespace-in-all-the-files-in-directory-and-replace-with-a-dash-</link>
      <description>&lt;p&gt;Add this to your .profile or .bash_rc file, source the file, navigate to the directory and call "rm_whitespace"&#13;
&#13;
Based on: http://snipplr.com/view/4468/batch-rename-files-in-directory/&lt;/p&gt;</description>
      <pubDate>Sat, 28 Jan 2012 17:42:18 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/60973/perl-script-working-with-pngcrush-for-1-level-of-folder-hierarchy</link>
      <description>&lt;p&gt;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).&#13;
&#13;
It's fast, and help doing the task at hand but it's completely clean.&#13;
&#13;
Please note that the code doesn't take care for all un-expected result, it just does the job in controlled environment.&#13;
&#13;
This script relates to my optimization on application's file size, check it out at the URL above.&lt;/p&gt;</description>
      <pubDate>Fri, 18 Nov 2011 21:32:18 UTC</pubDate>
      <guid>https://snipplr.com/view/60973/perl-script-working-with-pngcrush-for-1-level-of-folder-hierarchy</guid>
    </item>
    <item>
      <title>(jQuery) PERL &amp; JQuery Product Animation - cpres</title>
      <link>https://snipplr.com/view/58478/perl--jquery-product-animation</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Wed, 07 Sep 2011 06:12:09 UTC</pubDate>
      <guid>https://snipplr.com/view/58478/perl--jquery-product-animation</guid>
    </item>
    <item>
      <title>(Perl) Space separated values sum - apoz</title>
      <link>https://snipplr.com/view/55600/space-separated-values-sum</link>
      <description>&lt;p&gt;Program that sums all the values (including big positive/negative integers)&lt;/p&gt;</description>
      <pubDate>Thu, 23 Jun 2011 01:14:35 UTC</pubDate>
      <guid>https://snipplr.com/view/55600/space-separated-values-sum</guid>
    </item>
    <item>
      <title>(Perl) SearchAndDestroy - FazzyX</title>
      <link>https://snipplr.com/view/51781/searchanddestroy</link>
      <description>&lt;p&gt;Recursive delete of given file or folder, e.g. .svn folder&#13;
Call  : [Program] [SearchPath] [DeleteItem]&lt;/p&gt;</description>
      <pubDate>Fri, 08 Apr 2011 22:22:40 UTC</pubDate>
      <guid>https://snipplr.com/view/51781/searchanddestroy</guid>
    </item>
    <item>
      <title>(Perl) list all files in directory - yoblob</title>
      <link>https://snipplr.com/view/49631/list-all-files-in-directory</link>
      <description>&lt;p&gt;list all files in dir&lt;/p&gt;</description>
      <pubDate>Fri, 25 Feb 2011 10:22:11 UTC</pubDate>
      <guid>https://snipplr.com/view/49631/list-all-files-in-directory</guid>
    </item>
    <item>
      <title>(Perl) Print Current Month - numberwhun</title>
      <link>https://snipplr.com/view/44012/print-current-month</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Fri, 12 Nov 2010 12:19:16 UTC</pubDate>
      <guid>https://snipplr.com/view/44012/print-current-month</guid>
    </item>
    <item>
      <title>(Perl) Find Installed Modules - numberwhun</title>
      <link>https://snipplr.com/view/44009/find-installed-modules</link>
      <description>&lt;p&gt;This is a handy little bit that will show you all of the installed modules on the system.&lt;/p&gt;</description>
      <pubDate>Fri, 12 Nov 2010 11:46:13 UTC</pubDate>
      <guid>https://snipplr.com/view/44009/find-installed-modules</guid>
    </item>
    <item>
      <title>(Pseudocode) Perl in-place substitution as an alternative to sed - axolx</title>
      <link>https://snipplr.com/view/39451/perl-inplace-substitution-as-an-alternative-to-sed</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 24 Aug 2010 10:12:38 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/37076/send-sms-via-sms-gateway-by-wwwsmsmatrixcom</link>
      <description>&lt;p&gt;send SMS to any mobile phone number (or a list) worldwide.&lt;/p&gt;</description>
      <pubDate>Sat, 10 Jul 2010 13:49:52 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/36379/example-virtual-host-configuration-weblication-on-xampp</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jun 2010 01:58:40 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/30797/make-translation-for-zendtranslate-via-perl-script</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 02 Apr 2010 07:45:35 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/30709/perl-grep-find-multiple-filetypes</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 01 Apr 2010 12:59:43 UTC</pubDate>
      <guid>https://snipplr.com/view/30709/perl-grep-find-multiple-filetypes</guid>
    </item>
    <item>
      <title>(Perl) rename recursive file extensions - joe-bbb</title>
      <link>https://snipplr.com/view/28744/rename-recursive-file-extensions</link>
      <description>&lt;p&gt;This replaces all .pngx files with .png&lt;/p&gt;</description>
      <pubDate>Mon, 22 Feb 2010 09:52:14 UTC</pubDate>
      <guid>https://snipplr.com/view/28744/rename-recursive-file-extensions</guid>
    </item>
    <item>
      <title>(Perl) FHTML (for TextMate) - rareyman</title>
      <link>https://snipplr.com/view/28256/fhtml-for-textmate</link>
      <description>&lt;p&gt;I modified this excellent Perl script, created by John Watson (http://www.watson-net.com) to be used with TextMate to reformat your HTML for easier readability. Here's how to use it:&#13;
&#13;
1.  In TextMate &gt; Bundles &gt; Bundle Editor &gt; Show Bundle Editor&#13;
2.  Create a New Command (I call it "Reformat HTML")&#13;
3.  On right pane: **Save: Nothing** : **Command: (insert code)**&#13;
4.  Bottom right pane: **Input: Selected Text or Document**&#13;
5.  Bottom right pane: **Output: Replace Selected Text**&#13;
6.  Settings: Key Equivalent: (whatever you want, I use: Command-Option-Shift-F which matches old school BBEdit)&#13;
7.  Scope Selector: text.html&lt;/p&gt;</description>
      <pubDate>Fri, 12 Feb 2010 16:01:49 UTC</pubDate>
      <guid>https://snipplr.com/view/28256/fhtml-for-textmate</guid>
    </item>
    <item>
      <title>(Perl) CLI/Shell spacing with Template--Toolkit (TT) without looping - awnstudio</title>
      <link>https://snipplr.com/view/23034/clishell-spacing-with-templatetoolkit-tt-without-looping</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 13 Nov 2009 00:42:04 UTC</pubDate>
      <guid>https://snipplr.com/view/23034/clishell-spacing-with-templatetoolkit-tt-without-looping</guid>
    </item>
    <item>
      <title>(Perl) remove sensitive info from a subversion repository - spreelanka</title>
      <link>https://snipplr.com/view/22807/remove-sensitive-info-from-a-subversion-repository</link>
      <description>&lt;p&gt;I recently had to remove some files from a svn repo.&#13;
should work pretty much out of the box, just fill in blatantly exampleish text and read the comments&lt;/p&gt;</description>
      <pubDate>Mon, 09 Nov 2009 18:06:37 UTC</pubDate>
      <guid>https://snipplr.com/view/22807/remove-sensitive-info-from-a-subversion-repository</guid>
    </item>
    <item>
      <title>(Perl) run 'linkcheck' on bookmarks 2 of 2 - rowntreerob</title>
      <link>https://snipplr.com/view/22427/run-linkcheck-on-bookmarks-2-of-2</link>
      <description>&lt;p&gt;source for perl file that is step 2&lt;/p&gt;</description>
      <pubDate>Tue, 03 Nov 2009 19:09:47 UTC</pubDate>
      <guid>https://snipplr.com/view/22427/run-linkcheck-on-bookmarks-2-of-2</guid>
    </item>
    <item>
      <title>(Bash) run 'linkcheck' on bookmarks 1 of 2 - rowntreerob</title>
      <link>https://snipplr.com/view/22426/run-linkcheck-on-bookmarks-1-of-2</link>
      <description>&lt;p&gt;export bookmarks.html file, extract links from that file to a list , using the list as INPUT to linkchecker that reports dead links&lt;/p&gt;</description>
      <pubDate>Tue, 03 Nov 2009 19:07:05 UTC</pubDate>
      <guid>https://snipplr.com/view/22426/run-linkcheck-on-bookmarks-1-of-2</guid>
    </item>
    <item>
      <title>(Bash) Find newest file and its modification time - deepsoul</title>
      <link>https://snipplr.com/view/22289/find-newest-file-and-its-modification-time</link>
      <description>&lt;p&gt;Find the most recently modified file in a directory tree and output its name and modification time.  Use index 8 or 10 instead of 9 for access and inode modification time, respectively (see perlfunc manual page - function stat).&#13;
&#13;
This is great for deciding what directories to backup.&lt;/p&gt;</description>
      <pubDate>Sun, 01 Nov 2009 13:25:08 UTC</pubDate>
      <guid>https://snipplr.com/view/22289/find-newest-file-and-its-modification-time</guid>
    </item>
    <item>
      <title>(Other) using sendEmail perl script and Gmail SMTP server to send email - johnloy</title>
      <link>https://snipplr.com/view/21640/using-sendemail-perl-script-and-gmail-smtp-server-to-send-email</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 22 Oct 2009 12:27:19 UTC</pubDate>
      <guid>https://snipplr.com/view/21640/using-sendemail-perl-script-and-gmail-smtp-server-to-send-email</guid>
    </item>
    <item>
      <title>(Perl) Process PHP-style array (square brackets) from HTML form in Perl CGI - ptepper</title>
      <link>https://snipplr.com/view/21336/process-phpstyle-array-square-brackets-from-html-form-in-perl-cgi</link>
      <description>&lt;p&gt;This is inspired by this http://www.cgi101.com/book/ch5/text.html so I'm using a similar example. In PHP you can combine a set of checkboxes into an array using square brackets like this:&#13;
&#13;
&lt;form&gt;&#13;
      &lt;input&gt; Red&lt;br&gt;&#13;
      &lt;input&gt; Green&lt;br&gt;&#13;
      &lt;input&gt; Blue&lt;br&gt;&#13;
      &lt;input&gt; Gold&lt;br&gt;&#13;
      &lt;input&gt;&#13;
&lt;/form&gt;&#13;
&#13;
PHP does not do this automatically but it's pretty simple to do if you filter by regular expressions.&lt;/p&gt;</description>
      <pubDate>Fri, 16 Oct 2009 16:19:42 UTC</pubDate>
      <guid>https://snipplr.com/view/21336/process-phpstyle-array-square-brackets-from-html-form-in-perl-cgi</guid>
    </item>
    <item>
      <title>(Perl) CPAN module to install Perl - rowntreerob</title>
      <link>https://snipplr.com/view/20224/cpan-module-to-install-perl</link>
      <description>&lt;p&gt;on cygwin, run 'CPAN' to manage module installs&lt;/p&gt;</description>
      <pubDate>Thu, 24 Sep 2009 14:54:30 UTC</pubDate>
      <guid>https://snipplr.com/view/20224/cpan-module-to-install-perl</guid>
    </item>
    <item>
      <title>(Perl) convert dos 2 unix (oneliner) - hacker</title>
      <link>https://snipplr.com/view/20060/convert-dos-2-unix-oneliner</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 22 Sep 2009 15:08:07 UTC</pubDate>
      <guid>https://snipplr.com/view/20060/convert-dos-2-unix-oneliner</guid>
    </item>
    <item>
      <title>(Perl) convert unix 2 dos (oneliner) - hacker</title>
      <link>https://snipplr.com/view/20059/convert-unix-2-dos-oneliner</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 22 Sep 2009 15:07:09 UTC</pubDate>
      <guid>https://snipplr.com/view/20059/convert-unix-2-dos-oneliner</guid>
    </item>
    <item>
      <title>(Bash) Kill Process with Perl Regular Expression - wearetherock</title>
      <link>https://snipplr.com/view/19670/kill-process-with-perl-regular-expression</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 14 Sep 2009 02:34:35 UTC</pubDate>
      <guid>https://snipplr.com/view/19670/kill-process-with-perl-regular-expression</guid>
    </item>
    <item>
      <title>(Perl) Send Wiimote Signal Through XML-RPC - wearetherock</title>
      <link>https://snipplr.com/view/19528/send-wiimote-signal-through-xmlrpc</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 11 Sep 2009 01:47:28 UTC</pubDate>
      <guid>https://snipplr.com/view/19528/send-wiimote-signal-through-xmlrpc</guid>
    </item>
    <item>
      <title>(Perl) search and replace - joe-bbb</title>
      <link>https://snipplr.com/view/19183/search-and-replace</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 02 Sep 2009 13:32:19 UTC</pubDate>
      <guid>https://snipplr.com/view/19183/search-and-replace</guid>
    </item>
    <item>
      <title>(Perl) Perl to InDesign CS4 example (OS X) - myhd</title>
      <link>https://snipplr.com/view/18789/perl-to-indesign-cs4-example-os-x</link>
      <description>&lt;p&gt;This example demonstrates a way to control Adobe InDesign from Perl. Tested on MacOS X 10.5.7 and INDD.&lt;/p&gt;</description>
      <pubDate>Mon, 24 Aug 2009 11:12:51 UTC</pubDate>
      <guid>https://snipplr.com/view/18789/perl-to-indesign-cs4-example-os-x</guid>
    </item>
    <item>
      <title>(Perl) Perl Environment Variable Listing - suibhne</title>
      <link>https://snipplr.com/view/17640/perl-environment-variable-listing</link>
      <description>&lt;p&gt;Just to list perl environment variables.&lt;/p&gt;</description>
      <pubDate>Wed, 29 Jul 2009 16:37:41 UTC</pubDate>
      <guid>https://snipplr.com/view/17640/perl-environment-variable-listing</guid>
    </item>
    <item>
      <title>(Perl) Perl Keyword Search (One Liner) - cshaiku</title>
      <link>https://snipplr.com/view/16479/perl-keyword-search-one-liner</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 30 Jun 2009 01:41:33 UTC</pubDate>
      <guid>https://snipplr.com/view/16479/perl-keyword-search-one-liner</guid>
    </item>
    <item>
      <title>(Perl) (Perl) using WMI to get system information - vinocui</title>
      <link>https://snipplr.com/view/16250/perl-using-wmi-to-get-system-information</link>
      <description>&lt;p&gt;# useful links:&#13;
# (WMI space definition) http://msdn.microsoft.com/en-us/library/aa394084(VS.85).aspx&#13;
# (OLE usage on CPAN)    http://cpan.uwinnipeg.ca/htdocs/Win32-OLE/Win32/OLE.html#Object_methods_and_properties&lt;/p&gt;</description>
      <pubDate>Wed, 24 Jun 2009 05:29:41 UTC</pubDate>
      <guid>https://snipplr.com/view/16250/perl-using-wmi-to-get-system-information</guid>
    </item>
    <item>
      <title>(Bash) Lookup current Perl Version - bhubbard</title>
      <link>https://snipplr.com/view/13468/lookup-current-perl-version</link>
      <description>&lt;p&gt;Find out which version of Perl is installed on the server.&lt;/p&gt;</description>
      <pubDate>Thu, 26 Mar 2009 09:43:37 UTC</pubDate>
      <guid>https://snipplr.com/view/13468/lookup-current-perl-version</guid>
    </item>
  </channel>
</rss>
