in reply to
Reorganizing Columns with Perl One Liner
perl -pale '$_ = "@F[1,0,2..$#F]"'
Comment on
Re: Reorganizing Columns with Perl One Liner
Download
Code
In Section
Seekers of Perl Wisdom