Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: small steps toward Perl literacy, temp vars and parentheses

by Jenda (Abbot)
on Jun 16, 2004 at 22:18 UTC ( [id://367458]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %h = ( $_, $h{$_}) for ($_) = sort {$a <=> $b} keys %h;
    
  2. or download this
    %h = ( $_, $h{$_}) for ($_,) = sort {$a <=> $b} keys %h;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 21:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found