10 posts tagged with perl and resolved. (View popular tags)
Displaying 1 through 10 of 10. Subscribe: Posts tagged with perl and resolved

Perl script to manage enormous, and growing, music library? [more inside]
posted by chez shoes on Dec 8, 2009 - 9 answers

Help me learn a few new programming languages. Python, Perl, Lisp, Haskell, Ruby. [more inside]
posted by jgunsch on Jul 9, 2009 - 22 answers

Perlfilter: I'm having problems iterating over and testing for keys within a hash of hashes. [more inside]
posted by Ritchie on Mar 26, 2009 - 12 answers

I have a podcast that downloads as multiple segments over multiple days. Its format arrives as YYYYMMDD_showcode_segment.mp3; so, for example, one download might result in files as 20090323_goofa_01.mp3 through 20090323_goofa_21.mp3, and also within the same download 20090324_goofa_01.mp3 through 20090324_goofa_21.mp3. What I'm looking for is a Unix script (shell, perl, what have you) that would look at a directory and look at what dates are represented there, and let me join all of the segments together by day. I can use mpgtx -j to do the actual joining; I'm looking for the code that would let the script determine what dates are in the directory and then get each day's segments united into a single MP3 for that day's show.
posted by WCityMike on Mar 25, 2009 - 5 answers

I allowed perl access past my firewall (Am I even saying that right?). Should I be worried? And how do I learn more about the subject so I'm not so clueless in the future? [more inside]
posted by dicetumbler on Jan 11, 2009 - 8 answers

Is there a scriptable solution to add items to the OS X iTunes library? [more inside]
posted by harkin banks on Nov 14, 2008 - 16 answers

How do I load and then sort a really huge (94 MB) text file list of words? Perl runs out of memory trying to load all the lines-- before I have a chance to try to sort it. [more inside]
posted by kosmonaut on Oct 8, 2008 - 25 answers

I would basically like to rip off, wholesale, some command-line script which will provide me a countdown -- only in days. No years, months, minutes, or seconds. Unfortunately, adapting an existing script is beyond my ken. [more inside]
posted by WCityMike on Sep 27, 2007 - 5 answers

Given multiple contiguous polygons, the coordinates of which are precisely known, how can I combine them into a coordinate set for a single polygon? [more inside]
posted by Doofus Magoo on Apr 11, 2007 - 18 answers

I want to use a monolithic script to delegate all document requests on my website. [more inside]
posted by cortex on Oct 14, 2005 - 17 answers