1 2 3 4 5 6 7 8 9
use lib qw(./lib/fml5 ./lib/CPAN ./lib/3RDPARTY ./lib); use FML::BaseSystem; $p = new FML::BaseSystem; $p->dump_variables; exit 0;