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

idunno has asked for the wisdom of the Perl Monks concerning the following question:

I have a field with a number that I need to manipulate. The number has an arbitrary number of leading 0's. What's the best way to remove these 0's so I can work with the number?

Thanks