On 2013-03-04 20:27, Dr.Ruud wrote:

   print sprintf +("| %-${wid}s" x @data)." |\n", @data;

Rather:

  print sprintf +("| %-${wid}s " x @data) . "|\n", @data;

--
Ruud


--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to