Browse Source

Added description od yml2pl.pl and pl2yml.pl

Alois Mahdal 11 years ago
parent
commit
93e1b31d78
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      README.md

+ 6
- 0
README.md View File

@@ -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.