Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

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

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

Help for this page

Select Code to Download


  1. or download this
    {
        use class Point => ISA-LIST;
    ...
        }
    
    } #end of scope
    
  2. or download this
    my $old_meth = \&Point::inverted;
    
    ...
        $y = \ $self->{y};
        goto &$old_meth;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-03-29 13:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found