First thing I need to do is make sure that the required elements of a post are available when I need to make a blog post. This is a first-pass that’s sitting in ~/local/bin, not the bin directory shared everywhere, so, in a more ‘real’ program, I’d have a .pages.cnf or the like where the default directory could be machine-specific, as well as the time zone.
But, as a first pass, I’m happy with this.
I am especially happy that, with newer perls, postderef is available, which allows me to both create and use arrayrefs like $arrayref->@* instead of @{$arrayref}. A character longer, but uglier, I think.