Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: can has ELI5 namespace::autoclean pls?

by Haarg (Priest)
on Feb 15, 2019 at 15:33 UTC ( [id://1229961]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use Moose;
    use Carp;
    
    Foo->new->carp;
    
  2. or download this
    package Foo;
    use Moose;
    ...
    has after => (is => 'ro', default => 'yay');
    
    print "It worked " . Foo->new->after;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 16:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found