Help for this page

Select Code to Download


  1. or download this
    package MyApp::Frontend;
    use MyApp::Adaptor::Report;
    ...
        # some business logic such as check if report exist, etc. 
        MyApp::Backend::Report->get_report(...);
    }