On Wed, 18 Jul 2001, Arvind Baldeo wrote:
> I need to output my result as two digit numeric.

Try: printf "%02d", $new;

Look up printf and sprintf in the perlfunc manpage.

--
Ian


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to