Anti-nuisance lawsuit warning: The purpose of these notes is to remind me, Zoegond, of stuff or to help me work stuff out. They may contain mistakes.
Quick
($a, $b....) = unpack("A2A7...", $packed)
push( array, list )
Wednesday, April 1, 2015
Scite
Scite properties files have significant whitespace:
x=1
sets 'x' to '1' whereas
x = 1
sets 'x ' to ' 1'
I've written a few config file parsers in my time, and I know laziness when I see it.