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: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to