Skip to content

Instantly share code, notes, and snippets.

@lestrrat
Created December 15, 2014 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lestrrat/5180bebeeafb1fd6394d to your computer and use it in GitHub Desktop.
Save lestrrat/5180bebeeafb1fd6394d to your computer and use it in GitHub Desktop.
Convert .conf style config to .pl
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