lemonldap-ng/modules/lemonldap-config/scripts/dump_cache.pl

7 lines
140 B
Perl
Raw Normal View History

2007-02-27 11:50:36 +01:00
#!/usr/bin/perl -w
use strict;
use Lemonldap::Config::Parameters;
my $key=shift||'/tmp/CONF';
Lemonldap::Config::Parameters::f_dump($key);