# Module loader config file. If you know the syntax for perl, you know # the syntax for this file. It's just perl code that is eval'ed into the # main namespace of the runtime perl interpreter running when the GUI is # launched. Use this file to load and initialize any modules/functions you # want available at runtime. # Load the modules you want. use WorkUtil; use AdminUtils; # Set any configurable variables for the modules. $AdminUtils::foo = "newfoo";