Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: transfer a array to a hash

by BlackForrest (Initiate)
on Jan 25, 2012 at 11:50 UTC ( [id://949882]=note: print w/replies, xml ) Need Help??


in reply to Re: transfer a array to a hash
in thread transfer a array to a hash

Hi, yes the "console " entry appears if process is running under Windows Console process

Replies are listed 'Best First'.
Re^3: transfer a array to a hash
by BlackForrest (Initiate) on Jan 25, 2012 at 15:04 UTC

    Hey,
    thanks to all, finally i could fix it..
    i renamed all $variales and came around some unclear assignments

    %memhash=@allprocesses; $anz=keys(%memhash); print "Pair of Hashes: $anz <br>\n"; foreach $memkey ( sort{$b<=>$a}keys %memhash){ $name = "$values$memhash{$memkey}"; if ($memkey <500000) { + # value less then 500.000 byte print "$memkey -- Name: $name \n"; } else { + # values above 500.000 byte in Red +print "<h4>$memkey </h4>-- Name: $name \n"; }

Log In?
Username:
Password:

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

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

    No recent polls found