Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^6: Reading huge file content

by BrowserUk (Patriarch)
on Dec 07, 2007 at 14:15 UTC ( [id://655655]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    c:\test>valloc
    Global Memory Status
    ...
    Allocated: 320000 pages [1310720000 bytes] at 280d0000
    Not enough storage is available to process this command 
           at c:\test\valloc.pl line 18, <STDIN> line 7.
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    U32 virtualFree( U32 a ) {
        return VirtualFree( (LPVOID)a, 0, MEM_RELEASE );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-03-29 05:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found