use lib qw(./lib/fml5 ./lib/CPAN ./lib/3RDPARTY ./lib); use FML::BaseSystem; $p = new FML::BaseSystem; $p->dump_variables; exit 0;