Greetings, Want to print out a formattted line of numbers
Is there a way to avoid having to: >printf "%8d %8d %8d ..... ten times",$num1,$num2,$num3, ... , $num10; ? Something like printf "%8d" * 10, @numray; Thank you, John Kent -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>