Hello again,
I wasn't able to continue with the project I was working on way back in
September, but I wanted to send a quick note to thank everyone (Andy Bach, Jim
Gibson, Rob Dixon and Mike Flannigan) for their help. I apologize for not
following up sooner. Hopefully I'll have some time to get
On Thu, 02 Jan 2014 12:19:16 -0500
Uri Guttman wrote:
> On 01/02/2014 12:08 PM, David Precious wrote:
> > Oh, I was thinking of a wrapper that would:
> >
> > (a) open a new temp file
> > (b) iterate over the source file, line-by-line, calling the provided
> > coderef for each line
> > (c) write $_
On 01/02/2014 12:33 PM, David Precious wrote:
On Thu, 02 Jan 2014 12:19:16 -0500
Uri Guttman wrote:
On 01/02/2014 12:08 PM, David Precious wrote:
Oh, I was thinking of a wrapper that would:
(a) open a new temp file
(b) iterate over the source file, line-by-line, calling the provided
coderef f
On 01/02/2014 12:08 PM, David Precious wrote:
On Thu, 02 Jan 2014 11:56:26 -0500
Uri Guttman wrote:
Part of me wonders if File::Slurp should provide an in-place (not
slurping into RAM) editing feature which works like edit_file_lines
but line-by-line using a temp file, but that's probably feat
On Thu, 02 Jan 2014 11:56:26 -0500
Uri Guttman wrote:
> > Part of me wonders if File::Slurp should provide an in-place (not
> > slurping into RAM) editing feature which works like edit_file_lines
> > but line-by-line using a temp file, but that's probably feature
> > creep :)
>
> that IS tie::
On 01/02/2014 11:48 AM, David Precious wrote:
On Thu, 02 Jan 2014 11:18:31 -0500
Uri Guttman wrote:
On 01/02/2014 10:39 AM, David Precious wrote:
Secondly - do you need to work on the file as a whole, or can you
just loop over it, making changes, and writing them back out? In
other words, d
On Thu, 02 Jan 2014 11:18:31 -0500
Uri Guttman wrote:
> On 01/02/2014 10:39 AM, David Precious wrote:
> > Secondly - do you need to work on the file as a whole, or can you
> > just loop over it, making changes, and writing them back out? In
> > other words, do you *need* to hold the whole file i
On 01/02/2014 10:39 AM, David Precious wrote:
On Thu, 2 Jan 2014 23:21:22 +0800 (SGT)
mani kandan wrote:
Hi,
We have file size of huge size 500MB, Need to Manipulate the file,
some replacement and then write the file, I have used File::slurp and
works for file size of 300MB (Thanks Uri) but f
On Thu, 2 Jan 2014 23:21:22 +0800 (SGT)
mani kandan wrote:
> Hi,
>
> We have file size of huge size 500MB, Need to Manipulate the file,
> some replacement and then write the file, I have used File::slurp and
> works for file size of 300MB (Thanks Uri) but for this huge size
> 500MB it is not pro
Hi,
We have file size of huge size 500MB, Need to Manipulate the file, some
replacement and then write the file, I have used File::slurp and works for file
size of 300MB (Thanks Uri) but for this huge size 500MB it is not processing
and come out with error. I have also used Tie::file module sam
10 matches
Mail list logo