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

How to inject role to Caller Module?

by smarthacker67 (Beadle)
on Jun 20, 2022 at 18:08 UTC ( [id://11144881]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Validation;
    use Moose::Role;
    ...
        return $found_db; 
    }
    
  2. or download this
    package MyApp::Moose;
    
    ...
    
    1;
    
  3. or download this
    package MyApp::Process;
    
    ...
    
    1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11144881]
Approved by davies
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-26 01:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found