in reply to
how to format print statements with data from array
BTW have you investigated
format
? At a quick glance it seems you could use it to eliminate some of the string parsing.
Comment on
Re: how to format print statements with data from array
In Section
Seekers of Perl Wisdom