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

Re: [Perl 6] Any provision for a "dereferencing object"?

by rootcho (Pilgrim)
on Jun 01, 2007 at 04:54 UTC ( [id://618641]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %hash = (
     foo => { foo1 => {foo2 => 5 } },
     bar => { baz => [ 1,2,3 ], foo2 => 33 },
     ...
    )
    
  2. or download this
    $hash<*><foo2>
    $hash<//><foo2>
    
  3. or download this
    $hash<bar><//><foo2>
    

Log In?
Username:
Password:

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

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

    No recent polls found