On Mar 7, 2006, at 15:47, Saurabh Singhvi wrote:
Hi all
thanks for the reply.
The gzip and zcat ones seem like what i was looking for.
But about the reading part:
I was using the same way for reading. I thought that was the
standard way.
But the thing is even though i am readin the file line by line, the
file is
loaded
completely to the memory while i am opening it with the handle.
^^^^^^^
Maybe you mean when you start _reading_? Does the while loop once and
in that single iteration $record holds the entire file? If that is
the case, wich is the runtime platform, and which are the newline
conventions used in the SQL file?
-- fxn
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>