http://www.perlmonks.org?node_id=940142


in reply to Reorganizing Columns with Perl One Liner

perl -pale '$_ = "@F[1,0,2..$#F]"'