I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-12-14 18:16:06-08 by linuxuser
Output in columns
I would like to create an output in columns

e.g.

exiftool -q -q -s -s -s -model -focallength -fnumber

should look like

Canon EOS 450D,55.0 mm,5.6
Canon EOS 450D,18.0 mm,8

and not

Canon EOS 450D
55.0 mm
5.6
Canon EOS 450D
18.0 mm
8.0

The delimiter is not important

Thanks!
Direct Responses: 9548 | Write a response