λόγος

Thought. Reckoning. Meaning. Reasoning. Word.

Showing posts with label Perl. Show all posts
Showing posts with label Perl. Show all posts
Monday, March 01, 2010

Perl: conditional use and scope

›
A reader asks If I conditionally load a perl module, do those module variables get passed to the whole perl script. if ( some_test ) { ...
Tuesday, November 24, 2009

GMT crontab

›
Dealing with time is a problem domain where everything seems like it ought to be dead-simple, but getting all the fiddly details correct is ...
1 comment:
Tuesday, September 15, 2009

Don't repeat yourself!

›
Jose Rey demonstrates a few features of Perl 5.10 , but all the nearly identical actions scream for smart matching ! # ... my   %func ; ...
Monday, August 31, 2009

Finding duplicates with Perl and Haskell

›
A coworker wanted to check a family of log files to be sure that a given task never appeared on multiple nodes at the same time. Log entries...
7 comments:
Friday, June 05, 2009

Waiting for Go-done

›
A coworker called this morning wanting to know how to get a list of files that do not contain the text 'Program complete' on any li...
Wednesday, February 18, 2009

Scraping data from a program's output

›
Consider a (truncated) output from vmstat on AIX: 2031616 memory pages 1953185 lruable pages 935166 free pages 1 memory pool...
Friday, February 13, 2009

25 random songs

›
Bo hit me with the 25 random songs meme. Who wants to push buttons when you can write a program? #! /usr/bin/perl use warnings; use stric...
›
Home
View web version
Powered by Blogger.