114 posts tagged with perl. (View popular tags)
Displaying 1 through 50 of 114. Subscribe: Posts tagged with perl

Related tags:
+ (28)
+ (24)
+ (18)
+ (18)
+ (11)
+ (10)
+ (9)
+ (7)
+ (6)
+ (6)
+ (6)
+ (6)
+ (6)
+ (6)
+ (6)
+ (6)
+ (5)
+ (5)
+ (5)
+ (5)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)


Users that often use this tag:
AmbroseChapel (4)
xmutex (3)
pissfactory (3)
riffola (2)
kaozity (2)
joshwa (2)
pornucopia (2)
WCityMike (2)
Dag Maggot (2)
Ritchie (2)
Captain_Tenille (2)
bonaldi (2)
IshmaelGraves (2)

PERL filter: I'm a PERL ignoramus and trying to run a script from Baseball Hacks to download a bunch of zipped files from retrosheet.org. I'm getting an error that says: URL must be absolute. I can't figure out how to make the url absolute, as each file's location is different and supplied by variable values. Any hints would be super appreciated. (Script is after the jump). [more inside]
posted by bluejayway on Oct 19, 2009 - 8 answers

Batch convert Word docs to text files? [more inside]
posted by yarrow on Jul 9, 2009 - 5 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

I'm teaching a course on bioinformatic programming for high schoolers. Which language should I teach it in? And do you have any nifty ideas for easy projects that fall under the bioinformatics header? [more inside]
posted by bergeycm on Jun 25, 2009 - 20 answers

I'm using a shell script to handle some excel docs by converting to csv and reformatting it a little bit. I'm having some difficulty going on with the next part of the script. Some help would be great. :) [more inside]
posted by fightoplankton on Jun 10, 2009 - 11 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

For the good of the Underdogs, does anyone know how to fix a bug in Warrick? [more inside]
posted by Lord_Pall on Feb 23, 2009 - 9 answers

I need a simple cgi-bin script that implements a scoreboard or counter for multiple teams. [more inside]
posted by perrce on Feb 16, 2009 - 2 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

Help me find an online file manager that doesn't suck! Everything I've found so far falls into two categories, either (a) sucking, a lot, or (b) requiring, for inexplicable reasons, a database backend. I just want something that will handle file uploads and basic file management (move, rename, delete, copy). [more inside]
posted by larsks on Dec 2, 2008 - 5 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

Regular Expressions / PHP preg_replace problem. Can this be made to work...? [more inside]
posted by twine42 on Oct 30, 2008 - 13 answers

I have a couple Perl scripts I'm publishing soon, and I want to make sure they'll run under mod_fcgid in order to keep the server load as low as possible. Previously, I've only ever run scripts that test FastCGI (ie, while ( my $q = new CGI::Fast ) { $count++; echo $count;}) or taken advantage of larger Perl packages (like MovableType) that claim to run as FCGI as long as you set up Apache & FastCGI/mod_fcgid properly and change the file suffix to ".fcgi". So, here's my question: do I need to do anything besides change the file suffix of my scripts, and if so, what?
posted by paul_smatatoes on Oct 14, 2008 - 2 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

How to code a Perl web app to upload/download HUGE files? [more inside]
posted by Zed_Lopez on Aug 26, 2008 - 3 answers

How should I develop simple dynamic web pages using perl? Does anyone have any suggestions on how best to produce simple web pages in perl that execute logic (e.g., opening property documents to retrieve property values and saving back changes). I am new to perl and would like some detail instructions or links to tutorials. Would a framework like Mason be overkill?
posted by zzztimbo on Aug 22, 2008 - 6 answers

What is a proven contemporary replacement for formmail.pl? [more inside]
posted by the matching mole on Aug 14, 2008 - 4 answers

Hi, Another oddball question... I have a live data stream of AIS data and I would like to take the data and ultimately display it on a world map through a web browser. The problem is that I have no clue as to how I would display live updated information on a map. [more inside]
posted by kaozity on Aug 11, 2008 - 6 answers

Computer languages considered in linguistic contexts? [more inside]
posted by AmbroseChapel on Jul 27, 2008 - 19 answers

Can I write to a div using Perl, or otherwise solve my form submission problem? [more inside]
posted by unsigned on Jul 24, 2008 - 5 answers

I need to be able to automatically identify language (English, Japaneese, Russian, etc ... ) in which a particular blog-post has been written. (lang attribute might or might not be available). [more inside]
posted by chexov on Jul 20, 2008 - 4 answers

How can I get my web server to interpret perl [more inside]
posted by kaozity on May 28, 2008 - 7 answers

How do I redirect incoming website visitors to an external site by IP address? [more inside]
posted by Oktober on May 12, 2008 - 7 answers

Faster techniques for grabbing lines of a file and doing text manipulation and arithmetic via shell (or other) scripting? [more inside]
posted by Blazecock Pileon on May 9, 2008 - 20 answers

Best starting point for e-commerce / shopping cart software? I'm a competent Perl programmer with background in several other languages, who wants to create a decidedly minimalist-looking web site shopping cart for a client. I expect to hack Perl or PHP code, but would like to hack things that are designed to be hacked. Anyone tried CRE Loaded? Other recommendations? Other places to ask? [more inside]
posted by amtho on Mar 30, 2008 - 11 answers

What's the best way to export all of the emails in a Thunderbird inbox to text files, one text file per email? [more inside]
posted by eisenkr on Mar 14, 2008 - 6 answers

I'm planning on starting a database freelancing business. I understand a lot of people prefer Microsoft Access or FileMaker. With the current evolving trend of applications going on the web and add to that my somewhat good experience with PHP, HTML, Javascript and CSS I'm seeking a cross platform efficient application environment. This is why I believe Access and FileMaker are not an option, I'm also more experienced with high level languages than I am with Access or FileMaker. [more inside]
posted by mrbloo on Mar 13, 2008 - 11 answers

Does compiled vs. interpreted code make a difference if the structure of the algorithm is the same (ie, ugly and slow)? Should I take the extra effort of writing a small program in C++ or just do it in Perl...? [more inside]
posted by omair on Mar 12, 2008 - 17 answers

How can I run a web server on OS X without admin access? [more inside]
posted by AmbroseChapel on Feb 20, 2008 - 14 answers

I'm undertaking a personal web development and database building project, but I don't do web development or database building. Please help me assess the best options to have someone else do the work for me. I think the stuff I want is fairly easy, but please tell me what you think. [more inside]
posted by mtstover on Feb 19, 2008 - 4 answers

Does anyone have any experience with or tips on installing Perl without root privileges? [more inside]
posted by Ritchie on Jan 23, 2008 - 9 answers

Old-school, non-WYSIWYG web-based file editor apps. Do they still exist? [more inside]
posted by scottandrew on Jan 12, 2008 - 6 answers

My company is using a product called "Webumake" and the internal WYSIWYG editor does not work in IE7, Firefox, IE6 on the Mac... [more inside]
posted by mic stand on Jan 3, 2008 - 2 answers

Help me composite some regex. (That phrasing makes this question sound way less nerdy than it is) [more inside]
posted by ChasFile on Dec 28, 2007 - 13 answers

GrepFilter: How to pull the last 10 authusers from an Apache log file, without all the noise? [more inside]
posted by rokusan on Nov 4, 2007 - 10 answers

ParseFilter: I have a CSV file full of leads I need to parse into a more, er, concise format. What would the hive mind recommend? [more inside]
posted by cdmwebs on Nov 3, 2007 - 23 answers

Parse freetext postal addresses to structured form for geocoding to KML? [more inside]
posted by joshwa on Nov 1, 2007 - 3 answers

How do I color output in Perl? [more inside]
posted by Slam I Am on Oct 18, 2007 - 9 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

Without access to PHP, MySQL, or any other fancy server-side stuff I still need to have dynamic pages. What are my options? [more inside]
posted by genial on Sep 12, 2007 - 11 answers

Is there a freeware or light weight tool (e.g. perl script) we can use to show us that the SNMP traps are received successfully? [more inside]
posted by kaydo on Jul 30, 2007 - 4 answers

I am need help writing a Perl script that given the URL of a file (particularly image files) it downloads the file to a local directory I define. [more inside]
posted by LoopyG on Jul 15, 2007 - 6 answers

Alternatives to lynx, wget and get from the unix command line? [more inside]
posted by Null Pointer and the Exceptions on Jul 11, 2007 - 11 answers

What are the best database-driven Web application development frameworks out there right now? More specifically, please orient me to toolsets you know of that are similar to Ruby on Rails. [more inside]
posted by killdevil on Jul 6, 2007 - 17 answers

In Linux, what's the simplest way to take a podcast RSS file as input, and output a file containing just the URLs of all the MP3s enclosed in the RSS file? Difficulty: the method must only Bash + GNU tools, Python or Perl, with no non-standard add-on libraries or dependencies required.
posted by Jimbob on May 10, 2007 - 22 answers

Which programming language can I learn relatively quickly for simple interpretation and manipulation of text files on my Windows box? [more inside]
posted by poweredbybeard on Apr 12, 2007 - 28 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

Help! I'm trying to write perl, but I have no idea how to write perl. I need to remove charaters from a string. Can you show me how? [more inside]
posted by TurkishGolds on Jan 9, 2007 - 29 answers

Coding question: What is the best/easiest way to preserve typographical formatting (like nbsp's, line breaks) of pasted text that will be stored in a database and later displayed in boxes of arbitrary size? [more inside]
posted by shownomercy on Dec 31, 2006 - 6 answers

« Older posts