Help for this page

Select Code to Download


  1. or download this
     
     # the OOP way
     use Config::General;
    ...
     # the procedural way
     use Config::General qw(ParseConfig SaveConfig SaveConfigString);
     my %config = ParseConfig("rcfile");