Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Recap: The Future of Perl 5

by RonW (Parson)
on Aug 23, 2018 at 23:05 UTC ( [id://1220966]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Planet;
    use Class::Struct mass => '$', radius => '$';
    ...
    print "Jupiter has mass of " . $Jupiter->mass . " and ";
    print "radius of " . $Jupiter->radius . "\n";
    print "It's density is " . $Jupiter->density . "\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-19 01:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found