Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Care to explain ++@h{@a,@b,@c,@d}; ?

by waxmop (Beadle)
on Apr 28, 2003 at 18:23 UTC ( [id://253779]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ++@h{@a,@b,@c,@d};
    
  2. or download this
    while ( my ($k, $v) = each %h ) {
      print "$k:$v.\n";
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found