On Thu, 11 Oct 2001, Chuck wrote:
> Arg, I am going crazy. Ok, it has been a long time since I was kneee deep in
> perl, but why does this not work:
>
> printf "%-10d bytes", $x;
Remove the -
printf "%10d", $x;
Works for me.
-- Brett
http://www.chapelperilous.net/
------------------------------------------------------------------------
Yesterday upon the stair
I met a man who wasn't there.
He wasn't there again today --
I think he's from the CIA.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]