Help for this page
use strict; use Foo; ... sleep(15); $object->change_config(); $object->show_config();
package Foo; ... return \%temp; } 1;