APM: One liner to get hash from an environment list

erik at debill.org erik at debill.org
Thu Jan 22 11:56:11 CST 2004


You guys are now illustrating why Config::General is a good thing.

from the perldoc...
        use Config::General;
        $conf = new Config::General("rcfile");
        my %config = $conf->getall;


Erik



More information about the Austin mailing list