lemonldap-ng/modules/lemonldap-config/scripts/dump_cache.pl
2007-02-27 10:50:36 +00:00

7 lines
140 B
Perl
Executable File

#!/usr/bin/perl -w
use strict;
use Lemonldap::Config::Parameters;
my $key=shift||'/tmp/CONF';
Lemonldap::Config::Parameters::f_dump($key);