package GUI; use strict; sub start { use Depot::manipulate; our %config = (); &manipulate::load_config(); } 1;