ldn't
processing the file one record at a time be much slower? I'll go that route
if I have to...
Thanks for your assistance
Rob
-Original Message-
From: Rob Dixon [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2003 4:11 PM
To: [EMAIL PROTECTED]
Subject: Re: File not getti
Hi All:
I added the following line to my program:
$/ = \65536;
This was because I'm running out of memory when slurping entire files into
memory (potentially hundreds of meg). However, the (separate) log file I'm
writing afterwards is not getting created - nor am I getting any error
messages. If
d above is accessed as "\".
Rob Das
-Original Message-
From: R. Joseph Newton [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 11:42 PM
To: Caenepeel, Sean [R&D/0111]
Cc: [EMAIL PROTECTED]
Subject: Re: Net::FTP troubles
"Caenepeel, Sean [R&D/0111]"
$fh) }
else
{ croak("Unknown terminal mode `$_[0]'"); }
}
What does "SetReadMode($mode,$fh)" do?
Thanks
-Original Message-
From: Wiggins d'Anconia [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 07, 2002 8:47 AM
To: Rob Das
Cc: [EMAIL PR
Hi All:
I'm trying to find documentation on SetReadMode. It's in CPAN module
"Term::ReadKey", which I can't persuade to work with Perl2exe (for NT AND
Solaris AND HP-UX), so I'd like to pick out the bits of code I need and put
them in my own script. First, I'd like to understand what SetReadMode i
Hi All:
I'm trying to hide the entry on the screen of a password as it's being
entered on Windows NT. In Unix I can simply use
system "stty -echo";
but "echo off" in NT does not do the trick.
Can anyone suggest a Perl method, or an NT method please?
Thanks
Rob
ECTED]]
Sent: Thursday, October 03, 2002 11:25 AM
To: Janek Schleicher; [EMAIL PROTECTED]
Subject: Re: Out of memory on file merge
On Thursday 03 Oct 2002 5:20 pm, Janek Schleicher wrote:
> Rob Das wrote at Thu, 03 Oct 2002 15:01:31 +0200:
> > Hi all:
> >
> > I have a script
Hi all:
I have a script that is merging many files into a new file, by reading one
at a time and adding to the new one. The error I received was "Out of memory
during request for 1016 bytes, total sbrk() is 1186891848 bytes!" (I did not
add the "!"...). This is on a Sun box with 4 Gig, typically
Hi List:
Can anyone suggest a way/module to encrypt the contents of a file then
decrypt it to get the contents back? I see many different modules on CPAN,
but wondered if anyone can recommend one. I would be doing the encryption in
one program, and the decryption in a different program.
Any ide