while () { chomp; push @data, [ split '\s', $_ ]; $data[ -1 ][ 2 ] = substr( $data[ -1 ][ 2 ], 1 ); }