タグ

jsonとcpanに関するwkbyshnbtkのブックマーク (1)

  • Config::JSON

    NAME Config::JSON - A JSON based config file system. VERSION version 1.5202 SYNOPSIS use Config::JSON; my $config = Config::JSON->create($pathToFile); my $config = Config::JSON->new($pathToFile); my $config = Config::JSON->new(pathToFile=>$pathToFile); my $element = $config->get($directive); $config->set($directive,$value); $config->delete($directive); $config->deleteFromHash($directive, $key); $c

    Config::JSON
  • 1