Help for this page

Select Code to Download


  1. or download this
    print (split)[1];
    
  2. or download this
    ( print(split) )[1];
    print( (split)[1] );
    
  3. or download this
    print +(split)[1];
    
  4. or download this
    perl -lnae 'print $F[1]' somefile