in reply to Re: Deleting a Column name from file
in thread Deleting a Column name from file

thanks for the replies... actually i write this file using perl using module Tie::File ! which runs fast but writing last column takes longer time! so just placed another column name it ran fast, now i have a prob of removing column name so i just posted. i have no clue why it writes so slow i shuffled coulmns but everytime the last column written in file is v slow. i tried it for 1 million records !

i use the following code to fetch the column names, i need to delete that last column (dummy) to be deleted while writing it in file

 $ColumnNames = <MYFILE>;

Replies are listed 'Best First'.
Re^3: Deleting a Column name from file
by Anonymous Monk on Jul 16, 2014 at 21:06 UTC