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

Re^2: Recap: The Future of Perl 5 (backwards comaptibility, RFC)

by LanX (Saint)
on Aug 31, 2018 at 19:00 UTC ( [id://1221472]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    class Point:
        def __init__(self, x, y):
    ...
    
        def inverted(self):
            return Point(self.y,self.x)
    
  2. or download this
    class Point;
    
    ...
        # or Point($self->{y},$self->{x})
        # ... TIMTOWTDI
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-19 15:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found