Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^8: Abusing Map

by Anonymous Monk
on May 17, 2018 at 19:31 UTC ( [id://1214787]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -s -e'
     sub mymem { system("ps -q $$ -o vsz") };
    ...
    333528
    $ perl -E'say $^V'
    v5.24.1
    
  2. or download this
    $ perl -s -e'
     sub mymem { system("ps -q $$ -o vsz") };
     mymem();
    ...
     96852
       VSZ
    573664
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-03-29 10:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found