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

Re^10: Use of inherited AUTOLOAD for non-method is no longer allowed with Perl 5.34.

by LanX (Saint)
on Sep 29, 2021 at 18:18 UTC ( [id://11137124]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    BLA::bla();
    MyHomepage::Introduction::intro();
    
  2. or download this
    hello BLA::bla
    hello MyHomepage::Introduction::intro
    
  3. or download this
    *${packagename)::AUTOLOAD = \&FP::AUTOLOAD;
                  ^
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-03-29 02:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found