Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: "Using a hash as a reference is deprecated" -- Baloney !

by kennethk (Abbot)
on May 11, 2011 at 20:15 UTC ( [id://904240]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub get_memory_tot {
            return $WAI->kBToMB($WAI->getMem()->{'MemTotal'} );
    }
    ...
    sub get_swap {
            return $WAI->kBToMB( $WAI->getMem()->{'SwapTotal'});
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-24 00:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found