Writing 2014-04-18

May 9th, 2014

hw20140418-01.jpg Read the rest of this entry »

Writing 2014-04-17

May 9th, 2014

hw20140417-01.jpg Read the rest of this entry »

Writing 2014-04-16

May 9th, 2014

hw20140416-01.jpg Read the rest of this entry »

Writing 2014-04-15

May 9th, 2014

hw20140415-01.jpg Read the rest of this entry »

PBP: 001 Bracketing

May 8th, 2014

The PBP suggests the venerable K&R bracer style.  I don’t have a strong feeling on this.
I have used several styles over the years, and mildly prefer the Allman style, which the book calls BSD.  I find the GNU style of half-indents bizarre.

Read the rest of this entry »

Examining the book “Perl Best Practices”

May 8th, 2014

Perl Best PracticesMost people who use Perl seriously have seen Damian Conway‘s book Perl Best Practices.  It was, and is, an important book and has a lot of interesting discussions in it.

I don’t find all the suggestions in PBP to be useful, though.  Since I’ve just been thinking about them, I thought I’d write them up.  Why not go through them all?
Read the rest of this entry »

Module Name Conflict with Config.pm

May 7th, 2014

At $WORK I am writing a utility to read data from a data source and write a fairly complex set of configuration files for a set of tools we use.  It’s past Sysadmin 101 and into Advanced System Administration.  I’ve also been given permission to write clean new Perl, and am doing several interesting things like running a code coverage analysis and keeping the code approved by perlcritic –brutal.  I’m also using a GUI IDE to develop in. Read the rest of this entry »

Writing 2014-04-14

May 7th, 2014

hw20140414-01.jpg Read the rest of this entry »

Writing 2014-04-13

May 7th, 2014

hw20140413-01.jpg Read the rest of this entry »

Writing 2014-04-12

May 7th, 2014

hw20140412-01.jpg Read the rest of this entry »