Help for this page

Select Code to Download


  1. or download this
     
    package InputData;
    use Moose;
    ...
    );
    
    1;
    
  2. or download this
    package Operations;
    use DBI;
    ...
    }
    
    1;
    
  3. or download this
    package MainScript;
    use strict;
    ...
    
    #here i do the sub call;
    Operations->querryDatabase($myInputData);