Hi,
Anybody know the right syntax to left justify a string with zeros using sprintf ot any 
other function?
$test = "mytest";
$test = sprintf "0%24s", $test;
print "test";

I am getting only one zero.

Thanks for your help.

I.S
__________________________________________________________________
Get your own FREE, personal Netscape Webmail account today at 
http://webmail.netscape.com/

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

Reply via email to