Help for this page
print (split)[1];
( print(split) )[1]; print( (split)[1] );
print +(split)[1];
perl -lnae 'print $F[1]' somefile