Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: processing large files

by wog (Curate)
on Jul 04, 2001 at 00:58 UTC ( [id://93684]=note: print w/replies, xml ) Need Help??


in reply to processing large files

The -Duselargefiles option is supposed to be given to the Configure program when compiling perl. (Alternately you could answer all the prompts it gives if you don't give the options to turn those off.) According to the documentation given with perl's source kit, "in many common platforms like Linux or Solaris this support is on by default". You can test if your perl is compiled with large file support with perl -V:uselargefiles (should say uselargefiles='define'; if they are enabled.)

If large files are supposedly enabled you probably have a less easily solved problem. If they aren't you will need to (try to) recompile perl with large file support turned on.

--
perl -e '$|--;$.=q$.$;while($i!=0){$i=(time-$^T)%60;print"\r".$.x$i}'

Replies are listed 'Best First'.
Re: Re: processing large files
by Anonymous Monk on Jul 07, 2001 at 00:55 UTC
    thanks, I checked if it was compiled with large files
    and it was but I still have the problem. -E

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://93684]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-23 14:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found