Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: do Perl supoort the use of memory address and pointers

by tobyink (Canon)
on Apr 24, 2013 at 20:49 UTC ( [id://1030526]=note: print w/replies, xml ) Need Help??


in reply to Re: do Perl supoort the use of memory address and pointers
in thread do Perl supoort the use of memory address and pointers

Also of interest: Devel::PeekPoke which (quite shockingly) has a pure-Perl implementation.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-19 07:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found