Put it in your derived class instead (and turn it into a class method.)
package MyConf; ... BEGIN { __PACKAGE__->_load_config; }
That will call _load_config (as a method) in your parent class, which will call config_file_path in your child class.
In reply to Re^3: need some OO help
by friedo
in thread need some OO help
by Qiang
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |