File: test_SimpleConfig.pl

package info (click to toggle)
sphinxtrain 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,572 kB
  • sloc: ansic: 94,052; perl: 8,939; python: 6,702; cpp: 2,044; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
#!/usr/bin/perl -w
use strict;
use SimpleConfig;
use Data::Dumper;

my %conf = parse_config('test.txt');
print Dumper(\%conf);