<?xml version="1.0" encoding="windows-1252"?>
<node id="1011694" title="perl one liner print columns 2.. last" created="2013-01-04 13:48:05" updated="2013-01-04 13:48:05">
<type id="115">
perlquestion</type>
<author id="961">
Anonymous Monk</author>
<data>
<field name="doctext">
&lt;p&gt; can someone help?
I'm trying to create a one liner that will
split a file into columns and print the 2nd through the last column.
sort of like this (doesn't work)

Appreciate any help
&lt;/p&gt;
&lt;code&gt; 
cat /tmp/1.out|perl -lane 'print $F[1]..$F[-1]'

&lt;/code&gt;

</field>
<field name="reputation">
14</field>
</data>
</node>
