瀏覽代碼

Added description od yml2pl.pl and pl2yml.pl

Alois Mahdal 11 年之前
父節點
當前提交
93e1b31d78
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. 6
    0
      README.md

+ 6
- 0
README.md 查看文件

@@ -102,3 +102,9 @@ Send a 7-bit plain-text file via HTTP.  One of these is sent:
102 102
 *   EICAR test virus file
103 103
 
104 104
 Chance to receive EICAR is given by parameter *eicar* (0-100).
105
+
106
+
107
+##pl2yml.pl, yml2pl.pl##
108
+
109
+Simple scripts to read YAML/Perl data structure from a file and dump it in
110
+the other format to STDIN.  Uses YAML::tiny for YAML jobs.