http://www.perlmonks.org?node_id=183315


in reply to hmm MySQL not printing write

int datatype columns will strip out the leading zeroes. if you want to display it with leading zeroes, then you could use the sprintf function to do so.