The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

DESC

    简单的电子书工具,支持将TXT转换成HTML   

EXAMPLE

    dzs_to_html.pl -w 顾漫 -b 何以笙箫默 -o hy1.txt

    dzs_to_html.pl -w 顾漫 -b 何以笙箫默 -o hy1.txt,hy2.txt,dir1 -r "第[ \\t\\d]+章"
    

USAGE

    dzs_to_html.pl -w [作者] -b [书名] -o [TXT文件或目录] -r [章节标题匹配的正则式]

OPTIONS

    -w:指定作者名

    -b: 指定书名

    -o: 指定文本来源(可以是单个目录或文件)

    -r: 指定分割章节的正则表达式(例如:"第[ \\t\\d]+章")