Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^5: OO systems and Perl 5 (Was: Recap: Future of Perl 5)

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

Help for this page

Select Code to Download


  1. or download this
     
    use strict;
    use warnings;
    ...
    sub AUTOLOAD {
        warn "AUTOLOAD", pp \@_;
    }
    
  2. or download this
    AUTOLOAD["Class", "method"] at d:/Users/lanx/AppData/Roaming/exp/new_a
    +utoload.pl line 23.
    AUTOLOAD["function"] at d:/Users/lanx/AppData/Roaming/exp/new_autoload
    +.pl line 23.
    
  3. or download this
    UNIVERSAL["Class", "method"] at d:/Users/lanx/AppData/Roaming/exp/new_
    +autoload.pl line 14.
    AUTOLOAD["function"] at d:/Users/lanx/AppData/Roaming/exp/new_autoload
    +.pl line 23.
    

Log In?
Username:
Password:

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

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

    No recent polls found