in reply to Re (tilly) 1: processing large files
in thread processing large files

thanks, I tried opening the file with the "cat $file |" and I still
have the problem and the version of perl is compiled
with the uselargefiles option - I checked.

-E
  • Comment on Re: Re (tilly) 1: processing large files

Replies are listed 'Best First'.
Re: Re: Re (tilly) 1: processing large files
by Anonymous Monk on Jul 07, 2001 at 01:45 UTC
    Thanks everybody! I did get it to work with using
    the uselargefile option on version 5.6.0, I just had
    a little glitch in the code and when I figured that out
    the uselargefile option was working.

    thanks again


    -E
      Hi, How did you resolve the problem. I am facing the same problem. your response will be of great help. Thanks in advance. -K

        Hi, How did you resolve the problem. I am facing the same problem. your response will be of great help. Thanks in advance. -K

        Like everybody said above, compile perl with uselargefiles option to get support for large files