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.
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes. -- Dennie van Tassel