peknet :: an eddy in the bit stream         
about peknet


peknet is Peter E Karman. you'll find here musings on technology, politics, religion, books, beer and frequent references to my beautiful sons.

navigate

credits

Powered by Swish-e

Valid CSS!

proud member of the
Open Source Community

© 2005 peknet dot com

syndicate this site

More secret code: yamllint

Here's a script I use to test the validy of a .yml (YAML) file.

#!/usr/bin/perl use strict; use warnings; use YAML::Syck; use Data::Dump qw( dump ); use Getopt::Std; our ($opt_d); getopts('d'); for my $file (@ARGV) { print "checking $file ..."; my $buf = LoadFile($file); print "ok\n"; print( dump($buf), "\n" ) if $opt_d; }


File under projects Wed Oct 10 09:49:10 CT 2007


2008 entries » 2007 entries » 2006 entries » 2005 entries » 2004 entries »
« July  August 2008  Sept »
Sun Mon Tue Wed Thu Fri Sat
         
           
weather
Saint Paul, MN
89 F (32 C)
A Few Clouds

Sunrise/Sunset
Updated:
Aug 19, 3:53 pm CDT

worth reading