Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

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

by gaal (Parson)
on May 28, 2007 at 20:52 UTC ( [id://617882]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $dereferencer = { $^moose.<foo>[1]<bar><baz>[3] };
    $dereferencer($datastructure);
    
  2. or download this
    role Profound { method dereferencer ($x) { $x.<foo>[1]<bar><baz>[3] } 
    +}
    
    ($datastructure but Profound).dereferencer;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-16 10:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found