Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Memory usage double expected

by sectokia (Pilgrim)
on Oct 28, 2022 at 05:23 UTC ( #11147768=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $VAR = makeA(20000000);
    sub makeA { return 'A' x (shift) }
    
  2. or download this
    my $VAR = make20m('A');
    sub make20m { return (shift) x 20000000 }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2023-12-10 04:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (38 votes). Check out past polls.

    Notices?