Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Autoboxing ... "Yes We Can" ( or how I learned to love TIMTOWTDI ;)

by tobyink (Canon)
on Dec 13, 2013 at 22:10 UTC ( [id://1067076]=note: print w/replies, xml ) Need Help??


in reply to Autoboxing ... "Yes We Can" ( or how I learned to love TIMTOWTDI ;)

There are a number of modules on CPAN that already do this - e.g. Safe::Isa, Fauxtobox.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
  • Comment on Re: Autoboxing ... "Yes We Can" ( or how I learned to love TIMTOWTDI ;)

Replies are listed 'Best First'.
Re^2: Autoboxing ... "Yes We Can" ( or how I learned to love TIMTOWTDI ;)
by LanX (Saint) on Dec 13, 2013 at 22:25 UTC
    Thanks, I didn't expect to be the first! =)

    Though the two modules you listed are from 2012 and 2013.

    Cheers Rolf

    ( addicted to the Perl Programming Language)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (8)
As of 2024-04-18 11:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found