Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: mysterious hash ref result

by ferreira (Chaplain)
on Jan 12, 2007 at 13:48 UTC ( [id://594386]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       { state       => 'db_user',
        usr_id      => $self->client->param( 'usr_id' ),
        edit_usr_id => $self->client->param( 'edit_usr_id' ),
        mode        => $self->client->param( 'mode' )
        }
    
  2. or download this
    $ perl -MData::Dump=dump -e '
            sub f { (1, 2) }; 
            print dump({ a => f, b => 1 })
    '
    
  3. or download this
    { 1 => undef, 2 => "b", a => 1 }
    

Log In?
Username:
Password:

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

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

    No recent polls found