Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Stupid mistakes I repeatedly make

by jhourcle (Prior)
on Mar 28, 2005 at 02:31 UTC ( [id://442733]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #@array contains an odd number of values.
    my %hash = ( key => @array );
    # when you meant to say:
    my %hash = ( key => \@array );
    # or
    my %hash = ( key => [@array] );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-16 16:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found