Wrote a little loop to calculate the dec from binary. Problem is that the !$bin matches if $bin is "null" or "zero". I don't want it to match zero. I need a way to get zero to pass through but I'm unsure of an easy way to do this. Additionally, chomp complains too if $bin...