Help for this page
package InputData; use Moose; ... ); 1;
package Operations; use DBI; ... } 1;
package MainScript; use strict; ... #here i do the sub call; Operations->querryDatabase($myInputData);