in reply to Re: Delete a line from a file using Tie::File
in thread Delete a line from a file using Tie::File

Thanks much Ken!
  • Comment on Re^2: Delete a line from a file using Tie::File

Replies are listed 'Best First'.
Re^3: Delete a line from a file using Tie::File
by Anonymous Monk on Nov 02, 2010 at 21:43 UTC
    The above solution worked but it takes much time to process it.. Looks like it need more memory..Is there any other way I can delete an element from a Tie::File array?