Comment Re:don't forget to capture that output... (Score 1) 360
Of course, perl -e 'while(<>){print pack("H32",$_)}' can be replaced with perl -ne 'print pack("H32",$_)'. The -n flag acts a while loop around the script.
Computer Science is the only discipline in which we view adding a new wing to a building as being maintenance -- Jim Horning