in reply to
Reading and Separating Data From a File Using Regex
Use
Text::CSV
to read the data (with space as the separator), and
print
or
printf
to print it.
Comment on
Re: Reading and Separating Data From a File Using Regex
In Section
Seekers of Perl Wisdom