Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Problem assigning values to Hash

by blokhead (Monsignor)
on May 31, 2004 at 18:41 UTC ( [id://357826]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {
        number     => 1, 
    ...
        undef      => "sizzle",
        undef
    }
    
  2. or download this
    { 
        number     => $number, 
    ...
        roll       => $temp, 
        sizzle     => $temp
    };
    
  3. or download this
    # use CGI 'param';
    use CGI; sub param { scalar CGI::param(@_) }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-03-29 11:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found