|
@@ -95,7 +95,11 @@ Most useful options are --lines (default is 25) and --direction which supports
|
95
|
95
|
direction keyword in form "LNcz.cz" or "LNcz.LN", where LN is 2-letter code
|
96
|
96
|
(**not** ISO) of the other language.
|
97
|
97
|
|
98
|
|
-Uses www.slovnik.cz, so an Internet connection and LWP::Simple are needed.
|
|
98
|
+Uses [www.slovnik.cz][2], so an Internet connection and [LWP::Simple][3] are
|
|
99
|
+needed.
|
|
100
|
+
|
|
101
|
+ [2]: http://www.slovnik.cz/
|
|
102
|
+ [3]: http://search.cpan.org/~gaas/libwww-perl-6.05/lib/LWP/Simple.pm
|
99
|
103
|
|
100
|
104
|
Has POD doc (`se --man` or `se --help` worth looking at.)
|
101
|
105
|
|
|
@@ -117,9 +121,9 @@ see `--usage`.
|
117
|
121
|
### pl2yml.pl, yml2pl.pl ###
|
118
|
122
|
|
119
|
123
|
Simple scripts to read YAML/Perl data structure from a file and dump it in
|
120
|
|
-the other format to STDIN. Uses [YAML::Tiny][2] for YAML jobs.
|
|
124
|
+the other format to STDIN. Uses [YAML::Tiny][4] for YAML jobs.
|
121
|
125
|
|
122
|
|
- [2]: https://metacpan.org/module/YAML::Tiny
|
|
126
|
+ [4]: https://metacpan.org/module/YAML::Tiny
|
123
|
127
|
|
124
|
128
|
|
125
|
129
|
cgi-bin - CGI scripts
|