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;