Help for this page

Select Code to Download


  1. or download this
     run.pl
     my_lib.conf
    ...
          Invtot.pm
             +Controller
                  Invtot.pm
    
  2. or download this
    package MyLib::Invtot;
    use Mojo::Base 'Mojolicious';
    ...
        );
    }
    1;