关键字:Set Variable Get Json Value to json Get From Dictionary 具体关键字用法不再说明,可百度一下: 例:下面是某一个请求页面Response返回的数据,如下: {"id":"1496654252","code":0,"msg":"ok","data":{"tag_list&q…
my $c = shift; use DBI; my %hash=(); my $dbUser='zabbix'; my $user="root"; my $passwd="1234567"; my $dbh = DBI->connect("dbi:mysql:database=$dbUser;host=192.168.32.xx;port=3306",$user,$passwd) or die "can't connect to…