DR-Tarantool
view release on metacpan or search on metacpan
st/stress.pl view on Meta::CPAN
my @spath = split /\./, $path;
my $o = $cfg;
for (@spath) {
croak "Path $path is not found in config file" unless exists $o->{ $_ };
$o = $o->{ $_ };
}
return $cache{$path} = $o;
}
sub df($;@) {
return unless $verbose;
my ($fmt, @args) = @_;
$fmt =~ s/\s*$/\n/;
unshift @args => $$;
unshift @args => POSIX::strftime '%d/%m %H:%M:%S' => localtime;
return printf '%s (%s) ' . $fmt, @args;
}
sub uuid() {
( run in 1.566 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )