piping the split.

2003-07-01 Thread Vasudev.K.
Hello, I want to unzip a file and run another perl script on it. So I tried to pipe the STDOUT to the script -- system(gzip -d abc.ndx | perl myscript.pl); but I suppose the STDOUT is huge so half way the system gives an error... file too large and exits. So I tried to split the

File size problem

2003-06-26 Thread Vasudev.K.
Hi, I have this rather critical problem, I am trying to download quite huge files from a remote server through ftp. (The file being in a zipped format). I have an array which stores the names of the files to be downloaded. I am opening each of them up at my end and extracting data out of it and

RE: File size problem

2003-06-26 Thread Vasudev.K.
Ya.. I guess .. I got a part of the answer.. I am unzipping it onto the STDOUT and reading it from there But... still stuck with parallel processing :p:D -Original Message- From: Vasudev.K. [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 1:06 PM To: [EMAIL PROTECTED