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

Re^2: Throw compilation error(or warning) if duplicate keys are present in hash

by ikegami (Patriarch)
on Nov 25, 2011 at 04:02 UTC ( [id://939971]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %hash = EXPR;
    
  2. or download this
    my @anon = LIST;
    %hash = ();
    ...
       my $v = shift(@anon);
       $hash{$k} = $v;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found