Created
December 15, 2014 02:58
-
-
Save lestrrat/5180bebeeafb1fd6394d to your computer and use it in GitHub Desktop.
Convert .conf style config to .pl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
perl -MData::Dumper -MConfig::General -E ‘$Data::Dumper::Indent = $Data::Dumper::Terse = $Data::Dumper::Sortkeys = 1; say Dumper(Config::General->new(“filename”)->config) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment