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

Re^3: Trouble getting size of list returned from sub

by Anonymous Monk
on Nov 26, 2012 at 10:27 UTC ( [id://1005606]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub mm { print( (`pslist -m $$ 2>NUL`)[-2,-1] )}
    sub ff { my @fudge = 1 .. 1_000_000; @fudge }
    sub fa { scalar @{[ &ff ]} }
    ...
    Name                Pid      VM      WS    Priv Priv Pk   Faults   Non
    +P Page
    perl                796   66076   50280   48252   48260    13582      
    +2   34
    1000000 at - line 4.
    
  2. or download this
    sub mm { print( (`pslist -m $$ 2>NUL`)[-2,-1] )}
    sub ff { my @fudge = 1 .. 1_000_000; @fudge }
    ...
    Name                Pid      VM      WS    Priv Priv Pk   Faults   Non
    +P Page
    perl               1432   66076   50280   48252   48260    13582      
    +2   34
    1000000 at - line 4.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-19 20:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found