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

Re^5: how apply large memory with perl?

by BrowserUk (Pope)
on Aug 09, 2012 at 14:41 UTC ( #986534=note: print w/ replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $#a = 1e6;;
    
    ...
    
    say grep /$$/, `tasklist`;;
    perl.exe                      6740 Console                    1     41
    +,312 K
    
  2. or download this
    #a = 1e6;;
    
    ...
    
    say grep /$$/, `tasklist`;;
    perl.exe                      4816 Console                    1     88
    +,688 K
    
  3. or download this
    $#a = 1e6;;
    
    ...
    
    say grep /$$/, `tasklist`;;
    perl.exe                      8152 Console                    1     73
    +,712 K
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others avoiding work at the Monastery: (13)
As of 2013-05-21 06:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (428 votes), past polls